@bjornharrtell/json-api
    Preparing search index...

    Interface JsonApiLinkObject

    interface JsonApiLinkObject {
        describedby?: JsonApiLink;
        href: string;
        hreflang?: string | string[];
        meta?: JsonApiMeta;
        rel?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    describedby?: JsonApiLink
    href: string
    hreflang?: string | string[]
    rel?: string
    title?: string
    type?: string