AddWorkflowRequest: {
    type: "VERSION" | "RANGE";
    value: string;
    workflowId: string;
}

Type declaration

  • type: "VERSION" | "RANGE"
  • value: string
  • workflowId: string