/** Helper type to capture just the values of an object/record. */ export type ObjectValues = T[keyof T]; //# sourceMappingURL=ObjectValues.d.ts.map