// Generated file. DO NOT MODIFY IT BY HAND. export interface Payload { /** * Unique identifer of the user */ userId?: string /** * Anonymous identifier of the user */ anonymousId?: string /** * User traits used to enrich user identification */ attributes?: { [k: string]: unknown } }