export type EnsureKeys, K extends (keyof T)[]> = { [P in K[number]]: T[P]; } & Partial; //# sourceMappingURL=types.d.ts.map