NextGIS Frontend
    Preparing search index...

    Interface QmsServiceBase

    interface QmsServiceBase {
        boundary?: string | null;
        boundary_area?: number | null;
        copyright_text: string | null;
        copyright_url: string | null;
        cors_status?: string;
        created_at?: string;
        cumulative_status?: string;
        desc: string;
        epsg: number | null;
        extent?: string | null;
        guid: string;
        icon: number | null;
        id: string | number;
        license_name: string | null;
        license_url: string | null;
        name: string;
        source?: string;
        source_url?: string | null;
        terms_of_use_url: string | null;
        type: QmsServiceType;
        updated_at?: string;
    }

    Hierarchy (View Summary)

    Index
    boundary?: string | null
    boundary_area?: number | null
    copyright_text: string | null
    copyright_url: string | null
    cors_status?: string
    created_at?: string
    cumulative_status?: string
    desc: string
    epsg: number | null
    extent?: string | null
    guid: string
    icon: number | null
    id: string | number
    license_name: string | null
    license_url: string | null
    name: string
    source?: string
    source_url?: string | null
    terms_of_use_url: string | null
    updated_at?: string