Type Alias CreateComponentTypeProps

CreateComponentTypeProps: Except<ComponentTypeProps, "sys" | "source"> & {
    source?: ResourceLink<"Contentful:DesignSystemSource"> | null;
}

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