Interface ILink

interface ILink {
    alt: string;
    href: string;
}

Properties

Properties

alt: string
href: string