Skip to content

Commit 9dc65ca

Browse files
Miriadpm
andcommitted
fix: add infographicInstructions + dedupWindowDays to ContentConfig type
Missing type fields caused TS build error: "infographicInstructions" not assignable to keyof ContentConfig. Co-authored-by: pm <pm@miriad.systems>
1 parent 02b0871 commit 9dc65ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/types/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export interface ContentConfig {
3838
targetVideoDurationSec: number;
3939
sceneCountMin: number;
4040
sceneCountMax: number;
41+
dedupWindowDays: number;
42+
infographicInstructions: string[];
4143
_updatedAt: string;
4244
}
4345

0 commit comments

Comments
 (0)