wip 3
This commit is contained in:
16
frontend/src/generated/model/documentResponse.ts
Normal file
16
frontend/src/generated/model/documentResponse.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Generated by orval v7.21.0 🍺
|
||||
* 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';
|
||||
import type { UserData } from './userData';
|
||||
import type { Progress } from './progress';
|
||||
|
||||
export interface DocumentResponse {
|
||||
document: Document;
|
||||
user: UserData;
|
||||
progress?: Progress;
|
||||
}
|
||||
Reference in New Issue
Block a user