Type alias AnonAccountSchema
AnonAccountSchema: {
created_date: string;
id: string;
is_delete_protected?: boolean;
last_updated_date?: string;
username: string;
}
Type declaration
created_date: string
id: string
Optional
is_delete_protected?: boolean
Optional
last_updated_date?: string
username: string
ID of the account