Type alias HighSystemsRequestPutPage

HighSystemsRequestPutPage: HighSystemsRequest & {
    appid: any;
    content: any;
    name: any;
    pageid: any;
    properties: any;
}

Type declaration

  • appid: any

    Application ID

  • content: any
  • name: any
  • pageid: any

    Page ID

  • properties: any

Generated using TypeDoc