Type Alias UpsertComponentTypeProps

UpsertComponentTypeProps: Except<ComponentTypeProps, "sys" | "source"> & {
    source?: ResourceLink<"Contentful:DesignSystemSource"> | null;
    sys: {
        id: string;
        type: "ComponentType";
        version?: number;
    };
}

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