export interface IdentifyPayload {
  id?: string;
  email?: string;
  username?: string;
  avatar?: string;
  [key: string]: any;
}
