k
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
|
||||
export type DealSummary = {
|
||||
id: number;
|
||||
name: string;
|
||||
@@ -11,5 +12,6 @@ export type DealSummary = {
|
||||
status: number;
|
||||
totalPrice: number;
|
||||
rank: number;
|
||||
baseMarketplace?: (BaseMarketplaceSchema | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user