MakeEmptytype MakeEmpty<T extends { [key: string]: unknown; }, K extends keyof T> = { [_ in K]?: never };