@sumsub/fisherman
Version:
The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure e
11 lines (10 loc) • 335 B
TypeScript
export declare const NOT_AVAILABLE = "not available";
export declare const supportedKeys: string[];
type SupportedKey = (typeof supportedKeys)[number];
export type FingerprintComponent = Record<SupportedKey, any>;
export type TouchSupport = {
maxTouchPoints: number;
touchEvent: boolean;
touchStart: boolean;
};
export {};