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