UNPKG

redis-type

Version:
4 lines (3 loc) 158 B
export type IndexedStrings = { [key: string]: string }; export type IndexedObjects = { [key: string]: object }; export type StringOrObject = object | string;