export interface CacheDataRequest { Values: any[]; Entity: string; LabelProp: string; Environment: string; Key: string; }