mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-14 07:13:25 +00:00
remove creation/revision date from entries
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
export abstract class Entry {
|
||||
referenceId: string;
|
||||
externalId: string;
|
||||
creationDate: Date;
|
||||
revisonDate: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user