export interface Buyer { ID?: string; Name: string; DefaultCatalogID?: string; Active?: boolean; readonly DateCreated?: string; xp?: TBuyerXp; }