export enum DataStatus { Initialized = -1, Loading = 0, Error = 1, Loaded = 2, Warning = 3 }