export type GenericObject<T = unknown> = Record<string, T>;
