interface Advisory {
    title?: string;
    url: string;
}

Properties

Properties

title?: string
url: string