export declare type ValuesOf = T[keyof T]; export type IDItem = { id: T; };