UNIVPLMDataIntegration/Web/src/api-services/system/models/upload-carousel-tenant-id-body.ts

29 lines
940 B
TypeScript
Raw Normal View History

2025-01-23 15:51:32 +08:00
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
*
* @export
* @interface UploadCarouselTenantIdBody
2025-01-23 15:51:32 +08:00
*/
export interface UploadCarouselTenantIdBody {
2025-01-23 15:51:32 +08:00
/**
* @type {Array<Blob>}
* @memberof UploadCarouselTenantIdBody
2025-01-23 15:51:32 +08:00
*/
files: Array<Blob>;
2025-01-23 15:51:32 +08:00
}