import type { EntityRef } from './EntityRef'; export type HasStore = { /** Склад */ store?: EntityRef<'store'>; };