接口暂只一个字段,title

This commit is contained in:
Jeremy Yin 2019-06-18 21:12:12 +08:00
parent 1f15a00a22
commit c319205215
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
export interface Post {} export interface Post {
title: string
}