FP-Devicer - v1.6.1
    Preparing search index...

    Type Alias IdentifyPostProcessor

    IdentifyPostProcessor: (
        payload: IdentifyPostProcessorPayload,
    ) =>
        | Promise<IdentifyPostProcessorResult | void>
        | IdentifyPostProcessorResult
        | void

    Type Declaration