bitwarden-estensione-browser/libs/common/src/enums/transactionType.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
TypeScript
Raw Normal View History

2019-02-09 06:19:46 +01:00
export enum TransactionType {
Charge = 0,
Credit = 1,
PromotionalCredit = 2,
ReferralCredit = 3,
Refund = 4,
}