website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { PageView } from '../../domain/entities/PageView';
|
||||
import { EntityType } from '../../domain/types/PageView';
|
||||
|
||||
export interface IPageViewRepository {
|
||||
export interface PageViewRepository {
|
||||
save(pageView: PageView): Promise<void>;
|
||||
findById(id: string): Promise<PageView | null>;
|
||||
findByEntityId(entityType: EntityType, entityId: string): Promise<PageView[]>;
|
||||
Reference in New Issue
Block a user