export interface DimensionState {
    name: any;
    value: any;
}
