UNPKG

moysklad-api-model

Version:

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

7 lines (6 loc) 164 B
import type { Entity } from './Entity'; export interface Group extends Entity<'group'> { /** Наименование */ name: string; index: number; }