added imae adn prompt icons on contetn page

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-11 18:34:58 +00:00
parent a1b21f39f6
commit ecc275cc61
3 changed files with 90 additions and 1 deletions

View File

@@ -1517,6 +1517,8 @@ export interface Content {
metadata: Record<string, any>;
generated_at: string;
updated_at: string;
has_image_prompts?: boolean;
has_generated_images?: boolean;
}
export interface ContentResponse {