14 lines
238 B
TypeScript
14 lines
238 B
TypeScript
/**
|
|
* 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;
|
|
};
|