Files
Fulfillment-Frontend/src/client/models/ParsedCityBreakdownSchema.ts

13 lines
461 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
import type { OptionalShippingWarehouseSchema } from './OptionalShippingWarehouseSchema';
export type ParsedCityBreakdownSchema = {
baseMarketplace: BaseMarketplaceSchema;
shippingWarehouse: OptionalShippingWarehouseSchema;
quantity: number;
};