mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-13 21:19:12 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
export class ImportDirectoryRequestGroup {
|
|
name: string;
|
|
externalId: string;
|
|
users: string[];
|
|
}
|