import type { MetaType } from './MetaType'; import type { EntityRef } from './EntityRef'; export interface Entity extends EntityRef { /** Идентификатор сущности */ readonly id: string; /** ID учетной записи */ readonly accountId: string; }