Type alias HighSystemsRequestPostReport

HighSystemsRequestPostReport: HighSystemsRequest & {
    appid: any;
    report: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • report: any
  • tableid: any

    Table ID

Generated using TypeDoc