Type alias HighSystemsRequestGetVariable

HighSystemsRequestGetVariable: HighSystemsRequest & {
    appid: any;
    variableid: any;
}

Type declaration

  • appid: any

    Application ID

  • variableid: any

    Variable ID

Generated using TypeDoc