trans4 / ui /lib /api /schemas /listProjectsResponse.ts
Mayo
feat: Codex integration
dab69e9 unverified
Raw
History Blame Contribute Delete
225 Bytes
/**
* Generated by orval v8.8.1 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.1
*/
import type { ProjectSummary } from './projectSummary'
export interface ListProjectsResponse {
projects: ProjectSummary[]
}