From 7635138f86ec16b9662d906b357d36e0c175315a Mon Sep 17 00:00:00 2001 From: scdhh Date: Wed, 7 Aug 2024 17:40:51 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/v2/types/tetrio.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/types/tetrio.d.ts b/src/v2/types/tetrio.d.ts index 9bf4bae..5b22b11 100644 --- a/src/v2/types/tetrio.d.ts +++ b/src/v2/types/tetrio.d.ts @@ -9,7 +9,7 @@ export interface User { readonly id: string; readonly label: string; readonly group?: string; - readonly ts?: string; + readonly ts?: Date; }[]; readonly xp: number; @@ -154,4 +154,4 @@ export interface TetraLeagueRecord { readonly ts: Date; readonly ismulti?: boolean; readonly endcontext: Record[] | Record; -} +} \ No newline at end of file