feat: add configurable video AI links
This commit is contained in:
@@ -71,3 +71,9 @@ export const SECTION_LABELS: Record<GenerationSection, string> = {
|
||||
video_prompts: "video prompts",
|
||||
youtube_description: "description",
|
||||
};
|
||||
|
||||
export interface VideoAiLink {
|
||||
name: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user