UNPKG

moysklad-api-model

Version:

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

5 lines (4 loc) 212 B
import type { AbstractDemand, AbstractDemandPatch } from './AbstractDemand'; export type DemandFields = {}; export type Demand = AbstractDemand<'demand'>; export type DemandPatch = AbstractDemandPatch<'demand'>;