ability to ban and unban users
This commit is contained in:
@@ -33,6 +33,11 @@ export interface User {
|
||||
stripeConnectedAccountId?: string;
|
||||
addresses?: Address[];
|
||||
itemRequestNotificationRadius?: number;
|
||||
// Ban-related fields (only visible to admins)
|
||||
isBanned?: boolean;
|
||||
bannedAt?: string;
|
||||
bannedBy?: string;
|
||||
banReason?: string;
|
||||
}
|
||||
|
||||
export interface Message {
|
||||
|
||||
Reference in New Issue
Block a user