Type alias HighSystemsRequestGetUserTokens

HighSystemsRequestGetUserTokens: HighSystemsRequest & {
    userid: any;
}

Type declaration

  • userid: any

    The User ID of the user you wish to get their user tokens of.

Generated using TypeDoc