mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
collection externalId
This commit is contained in:
@@ -4,12 +4,14 @@ export class CollectionData {
|
||||
id: string;
|
||||
organizationId: string;
|
||||
name: string;
|
||||
externalId: string;
|
||||
readOnly: boolean;
|
||||
|
||||
constructor(response: CollectionDetailsResponse) {
|
||||
this.id = response.id;
|
||||
this.organizationId = response.organizationId;
|
||||
this.name = response.name;
|
||||
this.externalId = response.externalId;
|
||||
this.readOnly = response.readOnly;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user