Type alias HighSystemsRequestGetApplicationUser

HighSystemsRequestGetApplicationUser: HighSystemsRequest & {
    appid: any;
    userid: any;
}

Type declaration

  • appid: any

    Application ID

  • userid: any

    User ID

Generated using TypeDoc