feat: services kit and copy
This commit is contained in:
10
src/client/models/DealProductAddKitRequest.ts
Normal file
10
src/client/models/DealProductAddKitRequest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type DealProductAddKitRequest = {
|
||||
dealId: number;
|
||||
productId: number;
|
||||
kitId: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user