Files
openclaw-mission-control/frontend/src/api/generated/model/employmentActionCreate.ts

14 lines
270 B
TypeScript

/**
* 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;
}