型修正

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

View File

@ -1,6 +1,6 @@
interface ChildBaseItem {
id: String,
name: String,
id: string,
name: string,
}
interface ChildListResponse {