trans4 / ui /lib /api /schemas /exportProjectRequest.ts
Mayo
feat: Codex integration
dab69e9 unverified
/**
* Generated by orval v8.8.1 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.1
*/
import type { ExportFormat } from './exportFormat'
import type { PageId } from './pageId'
export interface ExportProjectRequest {
format: ExportFormat
/**
* Optional subset of pages; defaults to every page.
* @nullable
*/
pages?: PageId[] | null
}