Sanity App SDK
    Preparing search index...

    Type Alias LoggedOutAuthState

    Logged-out state from the auth state.

    type LoggedOutAuthState = {
        isDestroyingSession: boolean;
        type: LOGGED_OUT;
    }
    Index

    Properties

    isDestroyingSession: boolean