Files
vontor-cz/frontend/src/api/generated/public/models/apiDownloaderDownloadCreateParams.ts

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;
};