fix: Remove grok from provider type union
This commit is contained in:
parent
2173eb1446
commit
bf4a56e550
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export interface ImageItem {
|
||||||
prompt: string;
|
prompt: string;
|
||||||
aspectRatio: string;
|
aspectRatio: string;
|
||||||
createdAt: number;
|
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 {
|
export class KeyValuePixDB extends Dexie {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue