Skip to main content

Interface: TriggerModel

Defined in: shared/lib/types.d.ts:333

Document-modelling types, re-exported from @docstack/client.

Sourced from the client rather than @docstack/shared on purpose: the two packages would otherwise resolve their own copies of @docstack/shared, and a consumer using both could end up holding two structurally-identical-but-distinct Patch types. One source means one copy.

Properties

PropertyTypeDefined in
jobId?stringshared/lib/types.d.ts:337
namestringshared/lib/types.d.ts:334
order"before" | "after"shared/lib/types.d.ts:335
run?stringshared/lib/types.d.ts:336