Type alias HighSystemsRequestPostField

HighSystemsRequestPostField: HighSystemsRequest & {
    appid: any;
    field: any;
    fields: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • field: any
  • fields: any
  • tableid: any

    Table ID

Generated using TypeDoc