@umbraco-cms/backoffice
    Preparing search index...

    Type Alias MappingFunction<T, R>

    MappingFunction: (mappable: T) => R

    Type Parameters

    • T
    • R

    Type declaration

      • (mappable: T): R
      • Parameters

        • mappable: T

        Returns R