export interface DeleteWorkflowSchemeDraft {
  /** The ID of the active workflow scheme that the draft was created from. */
  id: number;
}
