// Create a type from the object values
export type ObjectValues<T> = T[keyof T];
