UNPKG

moysklad-api-model

Version:

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

6 lines (5 loc) 128 B
import type { EntityRef } from './EntityRef'; export type HasStore = { /** Склад */ store?: EntityRef<'store'>; };