UNPKG

redis-type

Version:
8 lines (7 loc) 192 B
export declare type IndexedStrings = { [key: string]: string; }; export declare type IndexedObjects = { [key: string]: object; }; export declare type StringOrObject = object | string;