Directus / @directus/types / Flow
Interface: Flow ​
Defined in: flows.ts:5
Properties ​
accountability ​
accountability:
null|"all"|"activity"
Defined in: flows.ts:14
description ​
description:
null|string
Defined in: flows.ts:9
icon ​
icon:
null|string
Defined in: flows.ts:8
id ​
id:
string
Defined in: flows.ts:6
name ​
name:
null|string
Defined in: flows.ts:7
operation ​
operation:
null|Operation
Defined in: flows.ts:13
options ​
options:
Record<string,any>
Defined in: flows.ts:12
status ​
status:
Status
Defined in: flows.ts:10
trigger ​
trigger:
null|TriggerType
Defined in: flows.ts:11