mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
[AC-1202] Update enums filenames for admin-console/billing teams (#5169)
* refactor: add barrel file for admin-console enums, update references, refs AC-1202 * fix: lint/prettier updates, refs AC-1202 * refactor: add enum suffix, refs AC-1202 * refactor: add barrel file for billing enums, update imports to use it, refs AC-1202 * fix: prettier, refs AC-1202 * refactor: add enum suffix for billing enums, refs AC-1202
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { ProviderUserStatusType } from "../../admin-console/enums/provider-user-status-type";
|
||||
import { ProviderUserType } from "../../admin-console/enums/provider-user-type";
|
||||
import { ProviderUserStatusType, ProviderUserType } from "../../admin-console/enums";
|
||||
import { ProviderData } from "../../admin-console/models/data/provider.data";
|
||||
|
||||
export class Provider {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { PaymentMethodType } from "../../billing/enums/payment-method-type";
|
||||
import { PaymentMethodType } from "../../billing/enums";
|
||||
|
||||
export class IapCheckRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
|
||||
Reference in New Issue
Block a user