interface DeleteDraftWorkflowMapping {
    id: number;
    workflowName: string;
}

Properties

Properties

id: number

The ID of the workflow scheme that the draft belongs to.

workflowName: string

The name of the workflow.