Interface RestApiLink

interface RestApiLink {
    href: string;
    rel: LinkRel;
}

Properties

Properties

href: string
rel: LinkRel