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