export interface Payload { event: string; attributes?: { [k: string]: unknown; }; userId?: string; anonymousId?: string; }