1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

no aliasing

This commit is contained in:
Kyle Spearrin
2018-01-09 14:26:29 -05:00
parent 24e5378c97
commit b7a0fbfef5
4 changed files with 37 additions and 36 deletions

View File

@@ -1,14 +1,14 @@
export { AttachmentResponse as Attachment } from './attachmentResponse';
export { CipherResponse as Cipher } from './cipherResponse';
export { CollectionResponse as Collection } from './collectionResponse';
export { DeviceResponse as Device } from './deviceResponse';
export { DomainsResponse as Domains } from './domainsResponse';
export { ErrorResponse as Error } from './errorResponse';
export { FolderResponse as Folder } from './folderResponse';
export { GlobalDomainResponse as GlobalDomain } from './globalDomainResponse';
export { IdentityTokenResponse as IdentityToken } from './identityTokenResponse';
export { KeysResponse as Keys } from './keysResponse';
export { ListResponse as List } from './listResponse';
export { ProfileOrganizationResponse as ProfileOrganization } from './profileOrganizationResponse';
export { ProfileResponse as Profile } from './profileResponse';
export { SyncResponse as Sync } from './syncResponse';
export { AttachmentResponse } from './attachmentResponse';
export { CipherResponse } from './cipherResponse';
export { CollectionResponse } from './collectionResponse';
export { DeviceResponse } from './deviceResponse';
export { DomainsResponse } from './domainsResponse';
export { ErrorResponse } from './errorResponse';
export { FolderResponse } from './folderResponse';
export { GlobalDomainResponse } from './globalDomainResponse';
export { IdentityTokenResponse } from './identityTokenResponse';
export { KeysResponse } from './keysResponse';
export { ListResponse } from './listResponse';
export { ProfileOrganizationResponse } from './profileOrganizationResponse';
export { ProfileResponse } from './profileResponse';
export { SyncResponse } from './syncResponse';