import type {OnlyExactType} from './only-exact-type.js'; export type KeysWithExactType = { readonly [K in keyof T]: OnlyExactType; }[string & keyof T];