Type aliases
CannotOperateOnAnInFlightOrFinishedStep
CannotOperateOnAnInFlightOrFinishedStep: { _type: "CannotOperateOnAnInFlightOrFinishedStep" }
Type declaration
_type: "CannotOperateOnAnInFlightOrFinishedStep"
DiagnosticHookFailed
DiagnosticHookFailed: { _type: "DiagnosticHookFailed" }
Type declaration
_type: "DiagnosticHookFailed"
Exclude
Exclude<T, U>: T extends U ? never : T
Type parameters
GoOfflineHookFailed
GoOfflineHookFailed: { _type: "GoOfflineHookFailed" }
Type declaration
_type: "GoOfflineHookFailed"
GoOnlineHookFailed
GoOnlineHookFailed: { _type: "GoOnlineHookFailed" }
Type declaration
_type: "GoOnlineHookFailed"
IdDoesNotExist
IdDoesNotExist: { _type: "IdDoesNotExist"; id: string }
Type declaration
_type: "IdDoesNotExist"
id: string
KeycloakFlow
KeycloakFlow: "standard" | "implicit" | "hybrid"
KeycloakOnLoad
KeycloakOnLoad: "login-required" | "check-sso"
KeycloakPromiseCallback
KeycloakPromiseCallback<T>: (result: T) => void
Type parameters
KeycloakResponseMode
KeycloakResponseMode: "query" | "fragment"
KeycloakResponseType
KeycloakResponseType: "code" | "id_token token" | "code id_token token"
Omit
Type parameters
OperationsHookFailed
OperationsHookFailed: { _type: "OperationsHookFailed" }
Type declaration
_type: "OperationsHookFailed"
Pick
Pick<T, K>: { [ P in K]: T[P] }
Type parameters
ReadableStreamDefaultReadResult
Type parameters
Record
Record<K, T>: { [ P in K]: T }
Type parameters
Exclude from T those types that are assignable to U