interface CoverageJsonMap {
    id: string;
    maps: CoverageJsonFile[];
}

Hierarchy (view full)

Properties

Properties

id: string