1
0
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:
Kyle Spearrin
2018-04-30 17:19:29 -04:00
parent 36101fd7dd
commit 1d723000a9
2 changed files with 0 additions and 10 deletions

View File

@@ -1,6 +1,4 @@
export abstract class Entry {
referenceId: string;
externalId: string;
creationDate: Date;
revisonDate: Date;
}