interface AuthState {
    status: AuthStatus;
    user: null | SandboxUser;
}

Properties

Properties

status: AuthStatus
user: null | SandboxUser