import type { Attribute } from '.';
export type Characteristic = Omit<Attribute<'string'>, 'type'>;
