Type alias HighSystemsRequestPostPage

HighSystemsRequestPostPage: HighSystemsRequest & {
    appid: any;
    content: any;
    name: any;
    properties: any;
}

Type declaration

  • appid: any

    Application ID

  • content: any
  • name: any
  • properties: any

Generated using TypeDoc