export interface WdpEnvironmentAtomType {
    skylightTime: string;
    bSkylightRealtime: boolean;
    sceneWeather: string;
    bSceneWeatherRealtime: boolean;
}
