interface RawImageryLayersCreateMapIdResponse {
    mapId: string;
    millisToRefresh: number;
}

Properties

mapId: string
millisToRefresh: number