/**
 * @deprecated please use `ValueOf` instead
 */
export type DictionaryValues<Type> = Type[keyof Type];
