website refactor
This commit is contained in:
@@ -51,7 +51,7 @@ export interface StoredAdminUser {
|
||||
* Repository interface for AdminUser entity
|
||||
* Follows clean architecture - this is an output port from application layer
|
||||
*/
|
||||
export interface IAdminUserRepository {
|
||||
export interface AdminUserRepository {
|
||||
/**
|
||||
* Find user by ID
|
||||
*/
|
||||
Reference in New Issue
Block a user