Skip to content

Commit 1a43712

Browse files
committed
update localization model for introduction page
1 parent fe25351 commit 1a43712

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/features/localization/models/introduction-dictionary.model.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ import { HeroMetadataModel } from "@/features/common/models/hero-metadata.model"
44
export interface IntroductionDictionaryModel {
55
metadata: PageMetadataModel;
66
hero: HeroMetadataModel;
7+
content: {
8+
headings: {
9+
title: string,
10+
id: string
11+
}[]
12+
}
713
}

0 commit comments

Comments
 (0)