Type alias HighSystemsRequestDeleteNotification

HighSystemsRequestDeleteNotification: HighSystemsRequest & {
    appid: any;
    notificationid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • notificationid: any

    Notification ID

  • tableid: any

    Table ID

Generated using TypeDoc