Is there a way to validate to `Record` types in TOI? Specifically, how would I define `validator` such that: ``` const foo:Record<string,unknown> = validator(bar); ```
Is there a way to validate to
Recordtypes in TOI? Specifically, how would I definevalidatorsuch that: