We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb13683 commit 99bda6eCopy full SHA for 99bda6e
lib/types/utils.ts
@@ -33,7 +33,7 @@ export interface CollectionResponse<T> {
33
sys: { type: string }
34
}
35
36
-export type ContentEntityType = 'Entry' | 'Asset' | string
+export type ContentEntityType = 'Entry' | 'Asset'
37
38
export interface ContentEntitySys {
39
space: Link
0 commit comments