This commit is contained in:
rca 2024-07-17 08:17:39 +09:00
parent 07798bf30d
commit 0ed887a1b2

View File

@ -5,3 +5,7 @@ interface ParentResponse {
email: string,
name: string,
}
export {
ParentResponse
}