DescriptorComponentType: ComponentType & {
    description?: {
        type: string;
        value?: string;
    }[];
}