Type Alias WorkflowSettingsResponse
WorkflowSettingsResponse: {
description: string;
isDefault: boolean;
name: string;
stacksId: string[];
type: string;
workflowDefaultId?: string;
}
Type declaration
description: string
isDefault: boolean
name: string
stacksId: string[]
type: string
OptionalworkflowDefaultId?: string