✏️ 修正类型

This commit is contained in:
BTMuli
2023-06-19 08:37:45 +08:00
parent f28015953b
commit 2991a15e48

View File

@@ -10,6 +10,7 @@ declare namespace TGApp.Sqlite.Abyss {
* @description 数据库-深境螺旋表
* @since Alpha v0.2.0
* @interface SingleTable
* @property {string} uid - 用户 UID
* @property {number} id - 深境螺旋 ID
* @property {string} startTime - 开始时间
* @property {string} endTime - 结束时间
@@ -30,6 +31,7 @@ declare namespace TGApp.Sqlite.Abyss {
* @return SingleTable
*/
export interface SingleTable {
uid: string
id: number
startTime: string
endTime: string