export interface DatasetFormat {
    'name': string;
    'ext': string;
    'version': string;
    'enabled': boolean;
    'dimension': string;
}
