Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateUser

Parameters for auth().updateUser()

typedef

{object} IUpdateUser

property

{IFileObjectOpts} avatar

property

{IFileObjectOpts} cover

property

{string} name

property

{string} username

property

{string} url

property

{boolean} followersCountVisible

property

{boolean} communityPostsVisible

property

{string} bio

property

{string} location

Hierarchy

  • IUpdateUser

Index

Properties

Optional avatar

Optional bio

bio: undefined | string

Optional communityPostsVisible

communityPostsVisible: undefined | false | true

Optional cover

Optional followersCountVisible

followersCountVisible: undefined | false | true

Optional location

location: undefined | string

Optional name

name: undefined | string

Optional url

url: undefined | string

Optional username

username: undefined | string

Generated using TypeDoc