Item request notifications

This commit is contained in:
jackiettran
2025-11-18 22:28:47 -05:00
parent 026e748bf8
commit 413ac6b6e2
11 changed files with 875 additions and 224 deletions

View File

@@ -32,6 +32,7 @@ export interface User {
role?: "user" | "admin";
stripeConnectedAccountId?: string;
addresses?: Address[];
itemRequestNotificationRadius?: number;
}
export interface Message {