Workflows ReferenceType Definitions
WorkflowResource
type WorkflowResource = Record<string, any> & {
id?: string;
meta: Record<string, string>;
};Type Declaration
id?
optional id: string;meta
meta: Record<string, string>;type WorkflowResource = Record<string, any> & {
id?: string;
meta: Record<string, string>;
};optional id: string;meta: Record<string, string>;