mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 07:43:27 +00:00
models for entries
This commit is contained in:
6
src/models/entry.ts
Normal file
6
src/models/entry.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export abstract class Entry {
|
||||
referenceId: string;
|
||||
externalId: string;
|
||||
creationDate: Date;
|
||||
revisonDate: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user