1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

org billing apis

This commit is contained in:
Kyle Spearrin
2018-07-17 11:04:19 -04:00
parent 4be7c6aa4c
commit 9c0b4b8973
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export class VerifyBankRequest {
amount1: number;
amount2: number;
}