Type alias HighSystemsRequestDeleteRecord

HighSystemsRequestDeleteRecord: HighSystemsRequest & {
    appid: any;
    recordid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • recordid: any

    Record ID

  • tableid: any

    Table ID

Generated using TypeDoc