Type alias HighSystemsRequestDeleteForm

HighSystemsRequestDeleteForm: HighSystemsRequest & {
    appid: any;
    formid: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • formid: any

    Form ID

  • tableid: any

    Table ID

Generated using TypeDoc