UNPKG

moysklad-api-model

Version:

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

7 lines (6 loc) 171 B
import type { EntityRef } from '.'; export type AbstractFile<T extends 'image' | 'files'> = EntityRef<T> & { title: string; filename: string; size: number; };