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

    ID of the account

  • Optional is_delete_protected?: boolean
  • Optional last_updated_date?: string
  • username: string