UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

12 lines (11 loc) 334 B
import { HyperShopOrderContentDtoModel } from './hyperShopOrderContentDtoModel'; export declare class HyperShopOrderDtoModel { orderId: string; acceptSystem: boolean; name: string; family: string; mobile: string; address: string; amount: number; products: HyperShopOrderContentDtoModel[]; }