wip 16
This commit is contained in:
11
frontend/src/generated/model/uploadDocumentCoverBody.ts
Normal file
11
frontend/src/generated/model/uploadDocumentCoverBody.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
export type UploadDocumentCoverBody = {
|
||||
cover_file: Blob;
|
||||
};
|
||||
Reference in New Issue
Block a user