interface UpdateMeRequest {
    userUpdateSchema: UserUpdateSchema;
}

Properties

Properties

userUpdateSchema: UserUpdateSchema