import type { CustomAttributeDefinition } from './CustomAttributeDefinition'; export type CustomAttributeDefinitionResponse = { data?: CustomAttributeDefinition; meta?: Record; };