frontend
    Preparing search index...

    Object storing account metadata like type, username, and ID.

    type UserMetadata = {
        AccountID: string;
        AccountType: AccountType;
        Username: string;
    }
    Index

    Properties

    AccountID: string
    AccountType: AccountType
    Username: string