UNPKG

@accounts/typeorm

Version:
10 lines (9 loc) 707 B
import { AccountsTypeorm } from './typeorm'; import { User } from './entity/User'; import { UserEmail } from './entity/UserEmail'; import { UserService } from './entity/UserService'; import { UserSession } from './entity/UserSession'; import { AccountsTypeORMConfigToken, AccountsTypeormOptions, UserEmailToken, UserServiceToken, UserSessionToken, UserToken } from './types'; declare const entities: (typeof UserService | typeof User | typeof UserEmail | typeof UserSession)[]; export { AccountsTypeorm, User, UserEmail, UserService, UserSession, entities, UserToken, UserEmailToken, UserServiceToken, UserSessionToken, AccountsTypeORMConfigToken, AccountsTypeormOptions, }; export default AccountsTypeorm;