export interface QuickBooksCustomFieldDto { DefinitionId: string; StringValue?: string; Name?: string; }