Interface HonuaOgcLink

A hypermedia link in an OGC API response.

interface HonuaOgcLink {
    href: string;
    rel?: string;
    title?: string;
    type?: string;
}

Properties

Properties

href: string
rel?: string
title?: string
type?: string