Basic login
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import { MigrationRepository } from "./migrations";
|
||||
import { UserRepository } from "./users";
|
||||
|
||||
export interface Extensions {
|
||||
migrations: MigrationRepository;
|
||||
users: UserRepository;
|
||||
}
|
||||
|
||||
export { MigrationRepository };
|
||||
export { MigrationRepository, UserRepository };
|
||||
|
||||
Reference in New Issue
Block a user