Type alias HighSystemsRequestGetWebhook

HighSystemsRequestGetWebhook: HighSystemsRequest & {
    appid: any;
    tableid: any;
    webhookid: any;
}

Type declaration

  • appid: any

    Application ID

  • tableid: any

    Table ID

  • webhookid: any

    Webhook ID

Generated using TypeDoc