import { KeyofBase } from "./key-of-base";
export type AnyRecord<T = any> = Record<KeyofBase, T>;
