fixes, orval, downloader functioning again
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
|
||||
export type ApiDownloaderDownloadCreateParams = {
|
||||
/**
|
||||
* Signed token containing file info
|
||||
* @minLength 1
|
||||
*/
|
||||
token: string;
|
||||
};
|
||||
Reference in New Issue
Block a user