Replaces Readonly<Record<string, unknown>>, Record<string, unknown>,
and index signatures [k: string]: unknown with UnknownRecord.
When a replacement occurs, also inserts
import { type UnknownRecord } from 'ts-type-forge'; at the top of the
source file (or merges into an existing import from 'ts-type-forge').
Replaces
Readonly<Record<string, unknown>>,Record<string, unknown>, and index signatures[k: string]: unknownwithUnknownRecord.When a replacement occurs, also inserts
import { type UnknownRecord } from 'ts-type-forge';at the top of the source file (or merges into an existing import from'ts-type-forge').