Skip to main content

Namespace: Request

nexus.v1.Request

Namespaces

Classes

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { cancelOperation?: $Shape | null ; capabilities?: $Shape | null ; endpoint?: string | null ; header?: { [k: string]: string; } | null ; scheduledTime?: $Shape | null ; startOperation?: $Shape | null } & { cancelOperation?: null ; startOperation?: null ; variant?: undefined } | { cancelOperation?: null ; startOperation: $Shape ; variant?: "startOperation" } | { cancelOperation: $Shape ; startOperation?: null ; variant?: "cancelOperation" }

Narrowed shape of a Request.