Add admin pinning and user favorites with role management
This commit is contained in:
@@ -11,4 +11,8 @@ export type Post = {
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
views?: number;
|
||||
isPinned?: boolean;
|
||||
pinnedAt?: string;
|
||||
favoriteCount?: number;
|
||||
isFavorited?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user