UNPKG

moysklad-api-model

Version:

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

6 lines (5 loc) 149 B
import type { EntityRef } from './EntityRef'; export type HasState = { /** Статус документа */ state?: EntityRef<'state'>; };