interface LinkData {
    href: string;
    rel: string;
    role?: string;
    title?: string;
    type?: string;
}

Properties

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