Skip to main content

BranchCase

@forge/monorepo


@forge/monorepo / backend/src / BranchCase

Type Alias: BranchCase

BranchCase = object

Defined in: backend/src/flows/index.ts:103

Properties

next

readonly next: string

Defined in: backend/src/flows/index.ts:108


operator

readonly operator: BranchOperator

Defined in: backend/src/flows/index.ts:105


path

readonly path: StatePath

Defined in: backend/src/flows/index.ts:104


value?

readonly optional value?: string | number | boolean

Defined in: backend/src/flows/index.ts:107

Absent for exists and absent, which are about presence rather than value.