12 lines
225 B
TypeScript
12 lines
225 B
TypeScript
/**
|
|
* Generated by orval v8.2.0 🍺
|
|
* Do not edit manually.
|
|
* OpenClaw Agency API
|
|
* OpenAPI spec version: 0.3.0
|
|
*/
|
|
|
|
export interface HeadcountRequestUpdate {
|
|
status?: string | null;
|
|
justification?: string | null;
|
|
}
|