From fdf85300eeaf26f1c96a8f8f9b383541cb38620e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 25 Jun 2024 15:04:35 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9E=8B=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/Child.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Child.ts b/src/models/Child.ts index e51ab81..b2f617f 100644 --- a/src/models/Child.ts +++ b/src/models/Child.ts @@ -4,7 +4,7 @@ interface ChildBaseItem { } interface ChildListResponse { - list: ChildBaseItem[] + list: ChildResponse[] } interface ChildResponse extends ChildBaseItem {