UNPKG

moysklad-api-model

Version:

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

6 lines (5 loc) 127 B
import type { EntityRef } from './EntityRef'; export type Price = { value: number; currency: EntityRef<'currency'>; };