interface JProjectLayersCount {
    layerCount: number;
    tableCount: number;
}

Properties

layerCount: number
tableCount: number