Type Alias FragmentProps

FragmentProps: {
    contentBindings?: ExperienceContentBindings;
    description: string;
    designProperties: Record<string, DimensionedDesignPropertyValue>;
    metadata?: ExperienceMetadataProps;
    name: string;
    slots?: Record<string, (FragmentNode | InlineFragmentNode)[]>;
    sys: FragmentSys;
    viewports: ComponentTypeViewport[];
}

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