モデルにプロパティ追加

This commit is contained in:
rca 2024-07-20 21:04:20 +09:00
parent 35c4b23b6f
commit 7ef26a319d

View File

@ -3,6 +3,7 @@ interface HistoryBaseItem {
childId: string,
taskId: string,
registeredAt: Date,
isPaid: boolean,
}
interface HistoryResponse extends HistoryBaseItem {