export type ValueOf = T[keyof T]; export type KeyofObject = { [key in keyof T]: keyof T; }; export type RequireAllOrNone = Required | Partial>; //# sourceMappingURL=typescript.d.ts.map