export interface DeleteDraftDefaultWorkflow {
  /** The ID of the workflow scheme that the draft belongs to. */
  id: number;
}
