实现添加博客
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
export type BlogPermission =
|
||||
'public' |
|
||||
'password' |
|
||||
'listed';
|
||||
|
||||
export interface Blog {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
publish_at: string;
|
||||
permissions: BlogPermission[];
|
||||
contentUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user