diff --git a/shared/src/requestsDefinitions.ts b/shared/src/requestsDefinitions.ts index 39c2754..41ff0be 100644 --- a/shared/src/requestsDefinitions.ts +++ b/shared/src/requestsDefinitions.ts @@ -29,6 +29,7 @@ export interface TargetWorkflowDocumentParams { } export type WorkflowDataType = + | "color" //TODO: this type seems to be missing in format2 schema | "null" | "boolean" | "int"