export interface CustomAttributeMetadataItem { code: string; label: string; } export interface CustomAttributeMetadataV2 { items: CustomAttributeMetadataItem[]; } export interface CustomAttributeMetadataQuery { customAttributeMetadataV2: CustomAttributeMetadataV2; } //# sourceMappingURL=customAttributeMetadata.d.ts.map