Skip to main content

Namespace: Callback

common.v1.Callback

Namespaces

Classes

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { internal?: $Shape | null ; links?: $Shape[] | null ; nexus?: $Shape | null ; nexusHandler?: $Shape | null } & { internal?: null ; nexus?: null ; nexusHandler?: null ; variant?: undefined } | { internal?: null ; nexus: $Shape ; nexusHandler?: null ; variant?: "nexus" } | { internal: $Shape ; nexus?: null ; nexusHandler?: null ; variant?: "internal" } | { internal?: null ; nexus?: null ; nexusHandler: $Shape ; variant?: "nexusHandler" }

Narrowed shape of a Callback.