import type { UUID } from './UUID'; export interface PriKey { readonly kt: S; readonly pk: UUID | string | number; readonly loc?: never; }