Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
WorkflowExportInterface
Interface WorkflowExportInterface
interface
WorkflowExportInterface
{
emailTemplate
:
Record
<
string
,
EmailTemplateSkeleton
>
;
event
:
Record
<
string
,
EventSkeleton
>
;
meta
?:
ExportMetaData
;
requestForm
:
Record
<
string
,
RequestFormSkeleton
>
;
requestType
:
Record
<
string
,
RequestTypeSkeleton
>
;
variable
:
Record
<
string
,
VariableSkeleton
>
;
workflow
:
WorkflowGroups
;
}
Index
Properties
email
Template
event
meta?
request
Form
request
Type
variable
workflow
Properties
email
Template
emailTemplate
:
Record
<
string
,
EmailTemplateSkeleton
>
event
event
:
Record
<
string
,
EventSkeleton
>
Optional
meta
meta
?:
ExportMetaData
request
Form
requestForm
:
Record
<
string
,
RequestFormSkeleton
>
request
Type
requestType
:
Record
<
string
,
RequestTypeSkeleton
>
variable
variable
:
Record
<
string
,
VariableSkeleton
>
workflow
workflow
:
WorkflowGroups
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
email
Template
event
meta
request
Form
request
Type
variable
workflow
Project Home
Frodo Library - v4.0.0-24
Loading...