FP-Devicer - v2.0.2
    Preparing search index...

    Type Alias IdentifyPostProcessor

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

    Callback contract for plugins that enrich identify results after matching.

    Type Declaration