export type ExampleMultipartFormData = { /** * backup file uploaded. Has to be a zip file. */ file?: string; }; //# sourceMappingURL=ExampleMultipartFormData.d.ts.map