Sanity App SDK
    Preparing search index...

    Type Alias LoggedInAuthState

    Logged-in state from the auth state.

    type LoggedInAuthState = {
        currentUser: CurrentUser | null;
        token: string;
        type: LOGGED_IN;
    }
    Index

    Properties

    currentUser: CurrentUser | null
    token: string
    type: LOGGED_IN