/** * Generated by orval v8.2.0 🍺 * Do not edit manually. * OpenClaw Agency API * OpenAPI spec version: 0.3.0 */ export interface EmploymentActionCreate { employee_id: number; issued_by_employee_id: number; action_type: string; notes?: string | null; }