import { TPrimative } from './tprimative.mjs'; export type TDefined = TPrimative | { [key: string]: unknown; } | null;