mirror of
https://github.com/bitwarden/jslib
synced 2026-01-02 08:33:28 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export class ImportDirectoryRequestUser {
|
|
externalId: string;
|
|
email: string;
|
|
deleted: boolean;
|
|
}
|