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

13 lines
208 B
TypeScript
Raw Normal View History

/**
* Generated by orval v8.2.0 🍺
* Do not edit manually.
* OpenClaw Agency API
* OpenAPI spec version: 0.3.0
*/
export interface Project {
id?: number | null;
name: string;
status?: string;
}