UNPKG

@accounts/typeorm

Version:
10 lines (9 loc) 296 B
export * from './AccountsTypeORMConfig.symbol'; export * from './User.symbol'; export * from './UserEmail.symbol'; export * from './UserService.symbol'; export * from './UserSession.symbol'; export interface AccountsTypeormOptions { cache?: undefined | number; connectionName?: string; }