interface LinkToken {
    link: { label?: string; url: string };
}

Properties

Properties

link: { label?: string; url: string }