serializr
    Preparing search index...

    Type Alias PropSerializer

    PropSerializer: (
        sourcePropertyValue: any,
        key: string | number | symbol,
        sourceObject: any,
    ) => any | typeof SKIP

    Type declaration

      • (
            sourcePropertyValue: any,
            key: string | number | symbol,
            sourceObject: any,
        ): any | typeof SKIP
      • Parameters

        • sourcePropertyValue: any
        • key: string | number | symbol
        • sourceObject: any

        Returns any | typeof SKIP