Type Alias InlineFragmentNode

InlineFragmentNode: {
    componentType: ResourceLink<"Contentful:ComponentType">;
    contentBindings?: ExperienceContentBindings;
    designProperties: Record<string, DimensionedDesignPropertyValue>;
    id: string;
    nodeType: "InlineFragment";
    slots?: Record<string, (FragmentNode | InlineFragmentNode)[]>;
}

Use InlineExperienceFragmentNode (see ./experience) instead. The Fragment entity is superseded by the ExperienceFragment entity.