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