Interface iCustomLink

CustomLinks are custom links that can be added to a profile.

interface iCustomLink {
    image: string;
    title: string;
    url: string;
}

Properties

Properties

image: string

Description of the link

title: string

Title of the link

url: string

URL of the link