Files
AnthoLume/frontend/src/generated/model/documentResponse.ts
T
evan 75c872264f
continuous-integration/drone/pr Build is failing
chore: remove unnecessary crap ai added
2026-04-03 19:46:05 -04:00

13 lines
276 B
TypeScript

/**
* Generated by orval v8.5.3 🍺
* Do not edit manually.
* AnthoLume API v1
* REST API for AnthoLume document management system
* OpenAPI spec version: 1.0.0
*/
import type { Document } from './document';
export interface DocumentResponse {
document: Document;
}