Type alias HighSystemsRequestPutReport

HighSystemsRequestPutReport: HighSystemsRequest & {
    appid: any;
    report: any;
    reportid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • report: any
  • reportid: any

    Report ID

  • tableid: any

    Table ID

Generated using TypeDoc