Type alias HighSystemsRequestGetFields

HighSystemsRequestGetFields: HighSystemsRequest & {
    appid: any;
    clist?: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • Optional clist?: any
  • tableid: any

    Table ID

Generated using TypeDoc