Home > @infiniteobjects/type-utils > ObjectLike
Object like
Signature:
export type ObjectLike<T = unknown> = Record<string, T>;