Type alias HighSystemsRequestPostVariable

HighSystemsRequestPostVariable: HighSystemsRequest & {
    appid: any;
    name: string;
    value?: string;
}

Type declaration

  • appid: any

    Application ID

  • name: string
  • Optional value?: string

Generated using TypeDoc