videosphere
    Preparing search index...

    Defines the shape of navbar auth state from cookies.

    interface NavbarAuthStateFromCookies {
        sessionUser: SessionUserFromCookies;
        hasAdminRole: boolean;
    }
    Index

    Properties

    hasAdminRole: boolean