export interface IRawValueDisplayValuePair { RawValue: any; DisplayValue: string; } export interface IColItem { Size: number; Content: any; }