frontend
    Preparing search index...

    Interface User

    Used to interface with user session data.

    interface User {
        account_type?: AccountType;
        id?: string;
        username: string;
    }
    Index

    Properties

    account_type?: AccountType
    id?: string
    username: string