UpdateAccountNameOptions

Interface
Options for the UserAccountProvider#updateAccountName method.
export interface UpdateAccountNameOptions { 
  readonly id: UserAccountID; 
  readonly name: string; 
} 

Properties

name
string
New name of the UserAccount.