interface Workflow {
    description: string;
    groupId: number;
    id: number;
    isDefault: boolean;
    title: string;
}

Properties

description: string
groupId: number
id: number
isDefault: boolean
title: string