feat(ai): finalize AI magic edits epic rollout and operations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type NotificationScope = 'photos' | 'guests' | 'gallery' | 'events' | 'package' | 'general';
|
||||
export type NotificationScope = 'photos' | 'guests' | 'gallery' | 'events' | 'package' | 'ai' | 'general';
|
||||
|
||||
export type ScopedNotification = {
|
||||
scope: NotificationScope;
|
||||
@@ -17,6 +17,7 @@ const SCOPE_ORDER: NotificationScope[] = [
|
||||
'gallery',
|
||||
'events',
|
||||
'package',
|
||||
'ai',
|
||||
'general',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user