UNPKG

ts-essentials

Version:
5 lines (4 loc) 143 B
import { KeyofBase } from "../key-of-base"; export type SafeDictionary<Type, Keys extends KeyofBase = string> = { [key in Keys]?: Type; };