import type { DocumentMetaType, DocumentWithPositionsMetaType, EntityByMetaType, Expand } from '..'; /** * Шаблон нового документа `/entity/{type}/new` */ export type PrefilledDocument = Omit : EntityByMetaType[T], 'meta' | 'id' | 'accountId' | 'updated'>;