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