Interface UpdateUserRequestProps

Hierarchy

  • UpdateUserRequestProps

Properties

Properties

body: {
    name?: string;
    profile_picture_url?: string;
    user_id?: string;
}

Type declaration

  • Optional name?: string
  • Optional profile_picture_url?: string
  • Optional user_id?: string

Generated using TypeDoc