mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
rename exported models
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
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';
|
||||
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';
|
||||
|
||||
Reference in New Issue
Block a user