feat: fix typescript

pull/31/head
orzi! 3 years ago
parent c170f7ea6a
commit 2c81762762

@ -28,7 +28,7 @@ declare module Item {
/** 评论者UID */
user_id: number,
/** 类别1为标题2为文字段落3为图片地址4为视频地址5为语音地址6为链接地址 */
type: 1 | 2 | 3 | 4 | 5 | 6,
type: number,
/** 内容 */
content: string,
/** 排序,越小越靠前 */
@ -111,7 +111,7 @@ declare module Item {
/** 内容ID */
id: number,
/** 类型1为标题2为文字段落3为图片地址4为视频地址5为语音地址6为链接地址7为附件资源8为收费资源 */
type: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8,
type: number,
/** POST ID */
post_id: number,
/** 内容 */

Loading…
Cancel
Save