1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00

fix: Update any type of private function

This commit is contained in:
Stephon Brown
2025-09-30 11:39:28 -04:00
parent 7536af5de3
commit e3498030ca

View File

@@ -7,6 +7,7 @@ import { UnionOfValues } from "@bitwarden/common/vault/types/union-of-values";
import { DialogRef, DialogService } from "@bitwarden/components";
import { BitwardenSubscriber, mapAccountToSubscriber } from "../../../types";
import { PersonalSubscriptionPricingTierId } from "../../../types/subscription-pricing-tier";
import {
UpgradeAccountDialogComponent,
UpgradeAccountDialogResult,
@@ -18,7 +19,6 @@ import {
UpgradePaymentDialogResult,
UpgradePaymentDialogStatus,
} from "../upgrade-payment-dialog/upgrade-payment-dialog.component";
export const UpgradeFlowResult = {
Upgraded: "upgraded",
Cancelled: "cancelled",
@@ -91,7 +91,7 @@ export class UpgradeFlowService {
}
private async openUpgradePaymentDialog(
plan: any,
plan: PersonalSubscriptionPricingTierId | null,
): Promise<UpgradePaymentDialogResult | undefined> {
this.upgradePaymentDialogRef = UpgradePaymentDialogComponent.open(this.dialogService, {
data: {