import { TSpatialCell } from './TSpatialCell'; import { TSpatialCellId } from './TSpatialCellId'; export type TSpatialCellSerializedData = Omit & Readonly<{ id: TSpatialCellId; objects: ReadonlyArray; }>;