export interface IOrderShippingAddressAttr { OrderNo: string; Name: Date; Address: string; City: string; State: string; Postcode: string; Country: Date; Phone: string; }