Interface ExternalOGCServer

interface ExternalOGCServer {
    name: string;
    type: string;
    url: string;
}

Properties

Properties

name: string
type: string
url: string