// Re-export auth types export type { AuthDevice, AuthIdentity, AuthLogin, AuthProviderConfig, AuthRegisterRequest, AuthRegisterResponse, AuthThirdPartyLogin, UpdateProfileRequest } from './core/types/auth.types'; export { AuthThirdPartyProviders } from './core/types/auth.types'; // Re-export common types export type { BaseResponse, IStorage } from './core/types/common'; // Re-export IApplicaAuthProvider export type { IApplicaAuthProvider } from './react-admin/types'; export type { UserIdentity } from 'ra-core';