import type { Type } from './Type'; export type CustomAttributeTypedArgument = { argumentType?: Type; value?: any; };