interface DefaultWorkflowEditorResponse {
    value?: "NEW" | "LEGACY";
}

Properties

Properties

value?: "NEW" | "LEGACY"