ContentfulAdapter
Type alias for Contentful-specific adapter.
This is a specialization of the generic ErrorHandlingAdapter interface from @alokai/connect configured for Contentful client.
type ContentfulAdapter = ErrorHandlingAdapter<ContentfulClient, never>;