Skip to content

UpdateUserStatusCommand

Message

ts
type UpdateUserStatusCommand = {
    type: 'updateUserStatus'
    status: UserStatus
}