export interface QuickBooksRefModel { value: string; name?: string; } export interface QuickBooksEntityRefModel { type: string; value: string; }