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

    Type Alias FPDataSet<T>

    FPDataSet: T

    Generic fingerprint dataset type. Defaults to FPUserDataSet but can be substituted with any Record-shaped type to support custom fingerprint schemas.

    Type Parameters

    • T extends Record<string, any> = FPUserDataSet

      The underlying dataset shape. Must extend Record<string, any>.