mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
reference barrels
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DeviceType } from '../../enums/deviceType';
|
||||
import { DeviceType } from '../../enums';
|
||||
|
||||
export class DeviceResponse {
|
||||
id: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TwoFactorProviderType } from '../../enums/twoFactorProviderType';
|
||||
import { TwoFactorProviderType } from '../../enums';
|
||||
|
||||
export class IdentityTwoFactorResponse {
|
||||
twoFactorProviders: TwoFactorProviderType[];
|
||||
|
||||
Reference in New Issue
Block a user