UpdateCurrentUserResponse

interface UpdateCurrentUserResponse {
    item: UpdateCurrentUserResponseUser;
    result: boolean;
    user: UpdateCurrentUserResponseUser;
}

Properties

Properties

UpdateCurrentUserResponse

result: boolean

UpdateCurrentUserResponse

UpdateCurrentUserResponse