Interface ActivityButton

interface ActivityButton {
    label: string;
    url: string;
}

Properties

Properties

label: string
url: string