import type { UUID } from './UUID'; import type { LocKeyArray } from './Location'; export interface ComKey { readonly kt: S; readonly pk: UUID | string | number; readonly loc: LocKeyArray; }