UpdateUserArgs: {
    bio?: string;
    name?: string;
    pfp?: string | HoneycombFile;
}

Represents the arguments for updating a user's profile information.

Type declaration

  • Optional bio?: string
  • Optional name?: string
  • Optional pfp?: string | HoneycombFile

Generated using TypeDoc