export interface QuickBooksCustomFieldModel { DefinitionId: string; StringValue: string; Name: string; Type: "StringType"; }