// Generated file. DO NOT MODIFY IT BY HAND. export interface Payload { /** * The unique user identifier */ userId?: string | null /** * The email of the user */ email?: string | null /** * A list of attributes coming from segment traits */ traits?: { [k: string]: unknown } }