TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface User

    Logged in user data

    interface User {
        email: string;
        id: string;
        level: AccessLevel;
        name: string;
    }
    Index

    Properties

    Properties

    email: string

    Email of the user

    id: string

    ID of the user

    Access level of the user

    name: string

    Display name of the user