-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Expected Behavior
The expectation here is that OurModelEntryCollection would be the type of an EntryCollection of OurModelEntrySkeleton.
import type {
ChainModifiers,
Entry,
EntryCollection,
EntryFieldTypes,
EntrySkeletonType,
LocaleCode,
} from 'contentful';
export type OurModelEntryCollection = EntryCollection<
OurModelEntrySkeleton,
'WITHOUT_UNRESOLVABLE_LINKS',
'es'
>;
export type OurModelEntrySkeleton = {
contentTypeId: 'ourModel';
fields: {
title: EntryFieldTypes.Symbol;
};
};Actual Behavior
OurModelEntryCollection type is any
Environment
- Language Version: 18.20.3
- Package Manager Version: 1.22.22 (yarn)
- Operating System: MacBook Pro 22.6.0 Darwin Kernel Version 22.6.0: Thu Nov 2 07:43:57 PDT 2023; root:xnu-8796.141.3.701.17~6/RELEASE_ARM64_T6000 arm64
- Package Version: 10.15.2 and up
- Which API are you using?: Delivery
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels