import { KeyofBase } from "../key-of-base"; export type SafeDictionary = { [key in Keys]?: Type; };