UNPKG

@tucmc/hazel

Version:
9 lines (8 loc) 214 B
export interface TrackingDetail { context: string; fingerPrint: string; timestamp: number; type: string; userID: string | null; } export type TrackerCollection = Record<string, TrackingDetail>;