export interface Payload { userId?: string | null; email?: string | null; traits?: { [k: string]: unknown; }; }