export type CustomAttribute = { customAttributeDefinitionId?: string; customAttributeDefinitionName?: string; value?: string; };