Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit b87dc63

Browse files
author
Manuel Proß
committed
feat(web): add headline to news collection type
1 parent 8e3e4f9 commit b87dc63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/types/strapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ type CollectionMeta = {
8686
};
8787

8888
export type NewsCollection = {
89+
headline: string;
8990
data: NewsPost[];
9091
meta: CollectionMeta;
9192
type: "News";

0 commit comments

Comments
 (0)