From fe7b20ff23ec7f28ac17776891f419f25e485bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 4 Jul 2023 16:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/playedu.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/playedu.d.ts b/src/playedu.d.ts index c96d045..728f648 100644 --- a/src/playedu.d.ts +++ b/src/playedu.d.ts @@ -69,8 +69,8 @@ declare global { is_verify: number; created_at: string; updated_at: string; - login_at: string | null; - verify_at: string | null; + login_at?: string; + verify_at?: string; } }