/**
 * Generated by orval v8.5.3 🍺
 * Do not edit manually.
 * Api
 * CDACC Learning Plan AI API specification
 * OpenAPI spec version: 0.1.0
 */
import type { GeneratePlanRequestDocumentType } from "./generatePlanRequestDocumentType";

export interface GeneratePlanRequest {
  documentType: GeneratePlanRequestDocumentType;
  weeklyStructure?: string;
  sessionsPerWeek?: number;
  specificOutcomes?: string;
  practicalEmphasis?: string;
  assessmentStyle?: string;
  availableResources?: string;
  documentIds?: number[];
}
