StrategyType:
    | { config: MarginfiSupplyStrategyType; kind: "MarginfiSupply" }
    | { config: KlendSupplyStrategyType; kind: "KlendSupply" }
    | { config: SolendSupplyStrategyType; kind: "SolendSupply" }
    | { config: MangoSupplyStrategyType; kind: "MangoSupply" }
    | { config: DriftSupplyStrategyType; kind: "DriftSupply" }
    | { config: DriftInsuranceFundStrategyType; kind: "DriftInsuranceFund" }
    | { config: ChestStrategyType; kind: "Chest" }

Represents the type of strategy being used.