完成BlogApi
This commit is contained in:
@@ -2,5 +2,7 @@ export interface Blog {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
viewCount: number;
|
||||
contentUrl: string;
|
||||
createdAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user