Skip to content

Commit 99bda6e

Browse files
fix: make ContentEntityType more specific (#1328)
1 parent fb13683 commit 99bda6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CollectionResponse<T> {
3333
sys: { type: string }
3434
}
3535

36-
export type ContentEntityType = 'Entry' | 'Asset' | string
36+
export type ContentEntityType = 'Entry' | 'Asset'
3737

3838
export interface ContentEntitySys {
3939
space: Link

0 commit comments

Comments
 (0)