Remove AI generated content
This commit is contained in:
@@ -5,6 +5,15 @@ export interface ArtItem {
|
||||
imageUrl?: string;
|
||||
createdAt: string;
|
||||
medium: string;
|
||||
type: 'collection' | 'single';
|
||||
images?: ArtImage[];
|
||||
}
|
||||
|
||||
export interface ArtImage {
|
||||
id: string;
|
||||
url: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface Story {
|
||||
|
||||
Reference in New Issue
Block a user