Type Alias CreateFragmentProps

CreateFragmentProps: Except<FragmentProps, "sys"> & {
    componentType: ResourceLink<"Contentful:ComponentType">;
}

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