export type FromToRange = { from: F; to: T; }; export type ClassValue = string | Array | Record | null | undefined;