mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
auth, Users: initial preparation for multi client support
BREAKING CHANGE
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {EventEmitter} from 'events';
|
||||
import type TypedEmitter from 'typed-emitter';
|
||||
|
||||
import type {UserInDatabase} from '@shared/types/Auth';
|
||||
import type {UserInDatabase} from '@shared/schema/Auth';
|
||||
|
||||
import type {UserServices} from '.';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user