Type Alias ComponentTypeProps

ComponentTypeProps: {
    componentTree?: TreeNode[];
    contentProperties: ComponentTypeContentProperty[];
    dataAssemblies?: DataAssemblyLink[];
    description: string;
    designProperties: ComponentTypeDesignProperty[];
    metadata?: ExoMetadataProps;
    name: string;
    slots?: ComponentTypeSlotDefinition[];
    source?: ResourceLink<"Contentful:DesignSystemSource">;
    sys: ComponentTypeSys;
    viewports: ComponentTypeViewport[];
}

Use ComponentProps (see ./component) instead. The ComponentType entity is superseded by the Component entity.