export interface QuickBooksRefDto { value: string; name?: string; } export interface QuickBooksEntityRefDto { type: string; value: string; }