UNPKG

moysklad-api-model

Version:

Объектная модель API МойСклад для TypeScript проектов

3 lines (2 loc) 100 B
import type { Attribute } from '.'; export type Characteristic = Omit<Attribute<'string'>, 'type'>;