1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix(billing): Remove unused verify bank request (#16923)

This commit is contained in:
Stephon Brown
2025-10-20 16:19:57 -04:00
committed by GitHub
parent f65e5d52c2
commit c0ddb34a48

View File

@@ -1,6 +0,0 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
export class VerifyBankRequest {
amount1: number;
amount2: number;
}