import type { Entity } from './Entity'; export type PriceType = Omit, 'accountId'> & { /** Наименование */ name: string; /** Внешний код */ externalCode: string; };