Interface CoverageLinkExperimental

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

Properties

Properties

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