1. Argument of type 'Effect<{ getPost: (id: string) => Effect<{ readonly metadata: { readonly tags: readonly unknown[]; readonly concepts: readonly unknown[]; }; readonly sys: { readonly space: { readonly sys: { readonly type: string; readonly linkType: string; readonly id: string; }; }; ... 8 more ...; readonly locale: string; }; reado...' is not assignable to parameter of type 'Effect<ContentfulApi, ConfigError, HttpClient>'.
Type '{ getPost: (id: string) => Effect<{ readonly metadata: { readonly tags: readonly unknown[]; readonly concepts: readonly unknown[]; }; readonly sys: { readonly space: { readonly sys: { readonly type: string; readonly linkType: string; readonly id: string; }; }; ... 8 more ...; readonly locale: string; }; readonly fie...' is not assignable to type 'ContentfulApi'.
Types of property 'getAllPosts' are incompatible.
Type 'Effect<unknown, unknown, unknown>' is not assignable to type 'Effect<ContentfulItemsOnly, NotFound, never>'.
Type 'unknown' is not assignable to type 'ContentfulItemsOnly'. [2345]
1. Argument of type 'Effect<{ getPost: (id: string) => Effect<{ readonly metadata: { readonly tags: readonly unknown[]; readonly concepts: readonly unknown[]; }; readonly sys: { readonly space: { readonly sys: { readonly type: string; readonly linkType: string; readonly id: string; }; }; ... 8 more ...; readonly locale: string; }; reado...' is not assignable to parameter of type 'Effect<ContentfulApi, ConfigError, HttpClient>'.
Type '{ getPost: (id: string) => Effect<{ readonly metadata: { readonly tags: readonly unknown[]; readonly concepts: readonly unknown[]; }; readonly sys: { readonly space: { readonly sys: { readonly type: string; readonly linkType: string; readonly id: string; }; }; ... 8 more ...; readonly locale: string; }; readonly fie...' is not assignable to type 'ContentfulApi'.
Types of property 'getAllPosts' are incompatible.
Type 'Effect<unknown, unknown, unknown>' is not assignable to type 'Effect<ContentfulItemsOnly, NotFound, never>'.
Type 'unknown' is not assignable to type 'ContentfulItemsOnly'. [2345]