mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
Add eslint (#610)
This commit is contained in:
@@ -5,8 +5,8 @@ import { OrganizationImportMemberRequest } from "./organizationImportMemberReque
|
||||
export class OrganizationImportRequest {
|
||||
groups: OrganizationImportGroupRequest[] = [];
|
||||
members: OrganizationImportMemberRequest[] = [];
|
||||
overwriteExisting: boolean = false;
|
||||
largeImport: boolean = false;
|
||||
overwriteExisting = false;
|
||||
largeImport = false;
|
||||
|
||||
constructor(
|
||||
model:
|
||||
|
||||
Reference in New Issue
Block a user