AdotCollectorAddOnProps: Partial<Omit<CoreAddOnProps, "addOnName" | "saName">> & {
    namespace?: string;
}

Configuration options for the Adot add-on.