Merge pull request #31 from orziz/main

feat: fix typescript
pull/32/head
orzi! 3 years ago committed by GitHub
commit c9914c84ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,7 +190,7 @@ declare module Item {
interface MessageProps { interface MessageProps {
id: number, id: number,
/** 类型1为动态2为评论3为回复4为私信99为系统通知 */ /** 类型1为动态2为评论3为回复4为私信99为系统通知 */
type: number, type: 1 | 2 | 3 | 4 | 99,
/** 摘要说明 */ /** 摘要说明 */
breif: string, breif: string,
/** 详细内容 */ /** 详细内容 */

Loading…
Cancel
Save