Type alias HighSystemsRequestGetFile

HighSystemsRequestGetFile: HighSystemsRequest & {
    appid: any;
    fieldid: any;
    recordid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • fieldid: any

    Field ID

  • recordid: any

    Record ID

  • tableid: any

    Table ID

Generated using TypeDoc