We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32a6c5c + 9dc65ca commit 1e06f04Copy full SHA for 1e06f04
1 file changed
lib/types/config.ts
@@ -38,6 +38,8 @@ export interface ContentConfig {
38
targetVideoDurationSec: number;
39
sceneCountMin: number;
40
sceneCountMax: number;
41
+ dedupWindowDays: number;
42
+ infographicInstructions: string[];
43
_updatedAt: string;
44
}
45
0 commit comments