export interface Payload { groupId: string; traits?: { [k: string]: unknown; }; }