From 2991a15e48a392e47e86924962509d4202fa9a91 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 19 Jun 2023 08:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/Sqlite/Abyss.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/Sqlite/Abyss.d.ts b/src/types/Sqlite/Abyss.d.ts index d5afaed7..2ba440cd 100644 --- a/src/types/Sqlite/Abyss.d.ts +++ b/src/types/Sqlite/Abyss.d.ts @@ -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