crap
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/* eslint-disable */
|
||||
import type { DealServiceSchema } from './DealServiceSchema';
|
||||
export type DealAddServicesRequest = {
|
||||
deal_id: number;
|
||||
dealId: number;
|
||||
services: Array<DealServiceSchema>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user