UNPKG

moysklad-api-model

Version:

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

4 lines (3 loc) 163 B
import type { FinanceOut, FinanceOutPatch } from './FinanceOut'; export type PaymentOut = FinanceOut<'paymentout'>; export type PaymentOutPatch = FinanceOutPatch;