LaunchPoolV2Extension: {
    __kind: "BackendSigner";
    backendSigner: BackendSigner;
} | {
    __kind: "DepositPenalty";
    depositPenalty: LinearBpsScheduleV2;
} | {
    __kind: "WithdrawPenalty";
    withdrawPenalty: LinearBpsScheduleV2;
} | {
    __kind: "BonusSchedule";
    bonusSchedule: LinearBpsScheduleV2;
} | {
    __kind: "DepositLimit";
    depositLimit: DepositLimit;
} | {
    __kind: "Allowlist";
    allowlist: AllowlistInitArgs;
} | {
    __kind: "ClaimSchedule";
    claimSchedule: ClaimSchedule;
} | {
    __kind: "MinimumDepositAmount";
    minimumDepositAmount: MinimumDepositAmount;
} | {
    __kind: "MinimumQuoteTokenThreshold";
    minimumQuoteTokenThreshold: MinimumQuoteTokenThreshold;
}

Generated using TypeDoc