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

Properties

Properties

label: string

The text shown on the button (1-32 characters)

url: string

The url opened when clicking the button (1-512 characters)