import type FeatureServiceLayerResponse from "./FeatureServiceLayerResponse.js"; export default interface FeatureServiceLayersResponse { layers: FeatureServiceLayerResponse[]; tables: FeatureServiceLayerResponse[]; }