wip
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { FeedItem } from '../entities/FeedItem';
|
||||
import type { FeedItem } from '../types/FeedItem';
|
||||
|
||||
export interface IFeedRepository {
|
||||
getFeedForDriver(driverId: string, limit?: number): Promise<FeedItem[]>;
|
||||
|
||||
Reference in New Issue
Block a user