1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-browser/src/models/data/index.ts

10 lines
507 B
TypeScript
Raw Normal View History

2018-01-08 22:22:05 +01:00
export { AttachmentData as Attachment } from './attachmentData';
export { CardData as Card } from './cardData';
export { CipherData as Cipher } from './cipherData';
export { CollectionData as Collection } from './collectionData';
export { FieldData as Field } from './fieldData';
export { FolderData as Folder } from './folderData';
export { IdentityData as Identity } from './identityData';
export { LoginData as Login } from './loginData';
export { SecureNoteData as SecureNote } from './secureNoteData';