You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface IContentItem was created as part of Delivery.Abstractions kontent-ai/delivery-sdk-net#368.
Support for generating models implementing IContentItem interface and replacing object of modular content elements with IContentItem will be done as part of #90 using the structuredModel option.
Sevitas
changed the title
Replace LI's object with interface in delivery models
[RFP] Replace LI's object with interface in delivery models
Mar 24, 2023
Proposed solution
Replace LI's
IEnumerable<object>
withIEnumerable<IContentItem>
for delivery models. Causing a breaking change for delivery models.Additional context
Be aware that this will intorduce a breaking change.
IContentItem
will be created in #90.Blocked by #90.
The text was updated successfully, but these errors were encountered: