型修正

This commit is contained in:
ろむねこ 2024-06-25 15:04:35 +09:00
parent 312aaedcd8
commit fdf85300ee
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -4,7 +4,7 @@ interface ChildBaseItem {
}
interface ChildListResponse {
list: ChildBaseItem[]
list: ChildResponse[]
}
interface ChildResponse extends ChildBaseItem {