mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
updates
This commit is contained in:
@@ -3,7 +3,7 @@ import { BaseResponse } from './baseResponse';
|
||||
export class GlobalDomainResponse extends BaseResponse {
|
||||
type: number;
|
||||
domains: string[];
|
||||
excluded: number[];
|
||||
excluded: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
|
||||
Reference in New Issue
Block a user