interface ReturnLink {
    href?: string;
    method?: HttpRequestMethod;
    rel?: ReturnLinkType;
}

Properties

Properties

href?: string

Generated using TypeDoc