Type alias HighSystemsRequestPutField

HighSystemsRequestPutField: HighSystemsRequest & {
    appid: any;
    field: any;
    fieldid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • field: any
  • fieldid: any

    Field ID

  • tableid: any

    Table ID

Generated using TypeDoc