Sanity App SDK
    Preparing search index...

    Type Alias ErrorAuthState

    Error state from the auth state.

    type ErrorAuthState = {
        error: unknown;
        type: ERROR;
    }
    Index

    Properties

    Properties

    error: unknown
    type: ERROR