Type alias HighSystemsRequestDeleteDashboard

HighSystemsRequestDeleteDashboard: HighSystemsRequest & {
    appid: any;
    dashboardid: any;
    tableid?: any;
}

Type declaration

  • appid: any

    Application ID

  • dashboardid: any

    Dashboard ID

  • Optional tableid?: any

    Table ID

Generated using TypeDoc