diff --git a/lib/db.ts b/lib/db.ts index 46582ec..b35644e 100644 --- a/lib/db.ts +++ b/lib/db.ts @@ -6,7 +6,7 @@ export interface ImageItem { prompt: string; aspectRatio: string; createdAt: number; - provider?: 'whisk' | 'grok' | 'meta'; // Track which AI generated the image + provider?: 'whisk' | 'meta'; // Track which AI generated the image } export class KeyValuePixDB extends Dexie {