Skip to content

ReportUserCommand

Message

ts
type ReportUserCommand = {
    type: 'reportUser'
    userId: ServiceUserId
    optionValues: string
}