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