import "package:freezed_annotation/freezed_annotation.dart"; @JsonEnum() enum MembershipAction { ban, kick, unban, invite }