mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
cleaner
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
export type FeedSection = {
|
||||
content: string;
|
||||
// frontmatter
|
||||
title: string;
|
||||
featured?: boolean;
|
||||
date: string;
|
||||
author: string;
|
||||
avatar: string;
|
||||
cover?: string;
|
||||
};
|
||||
|
||||
export type Feed = FeedSection[];
|
||||
Reference in New Issue
Block a user