use VectorLayerRead from '@nextgisweb/resource/type/api' instead

interface VectorLayer {
    geometry_type: GeometryType;
    srs: {
        id: number;
    };
}

Properties

Properties

geometry_type: GeometryType
srs: {
    id: number;
}