Directus / @directus/types / FlowRaw
Interface: FlowRaw ​
Defined in: flows.ts:29
Properties ​
accountability ​
accountability:
null
|"all"
|"activity"
Defined in: flows.ts:42
color ​
color:
null
|string
Defined in: flows.ts:33
date_created ​
date_created:
string
Defined in: flows.ts:40
description ​
description:
null
|string
Defined in: flows.ts:34
icon ​
icon:
null
|string
Defined in: flows.ts:32
id ​
id:
string
Defined in: flows.ts:30
name ​
name:
string
Defined in: flows.ts:31
operation ​
operation:
null
|string
Defined in: flows.ts:38
operations ​
operations:
OperationRaw
[]
Defined in: flows.ts:39
options ​
options:
null
|Record
<string
,any
>
Defined in: flows.ts:37
status ​
status:
Status
Defined in: flows.ts:35
trigger ​
trigger:
null
|TriggerType
Defined in: flows.ts:36
user_created ​
user_created:
string
Defined in: flows.ts:41