UNPKG

107 BTypeScriptView Raw
1/**
2 * @deprecated please use `ValueOf` instead
3 */
4export type DictionaryValues<Type> = Type[keyof Type];