UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 168 B
export interface IOrderMerchant { description: string | null; doc: string | null; docType: string | null; id: string | null; name: string | null; }