export interface DimensionInfo {
    name: string;
    caption: string;
    hidden: boolean;
    version: boolean;
}
