feat: filling deals from excel file
This commit is contained in:
8
src/client/models/Body_parse_deals_excel.ts
Normal file
8
src/client/models/Body_parse_deals_excel.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type Body_parse_deals_excel = {
|
||||
upload_file: Blob;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user