Type alias HighSystemsRequestGetRolePermissions

HighSystemsRequestGetRolePermissions: HighSystemsRequest & {
    appid: any;
    roleid: any;
}

Type declaration

  • appid: any

    Application ID

  • roleid: any

    Role ID

Generated using TypeDoc