export type GenericObject<T = string> = {
    [key: string]: T;
};
//# sourceMappingURL=object.d.ts.map