Documentation
    Preparing search index...

    Type Alias SerializeHandler<Input, Output>

    SerializeHandler: (
        args: SerializeHandlerArguments<Input>,
    ) => Promise<SerializeHandlerOutput<Output>>

    Asynchronously converts an input object into an output object.

    Type Parameters

    • Input extends object
    • Output extends object

    Type Declaration