This commit is contained in:
rca 2024-07-21 22:48:39 +09:00
parent c9e3c44353
commit 1464081eda

View File

@ -14,4 +14,4 @@ interface HistoryListResponse {
list: HistoryResponse[]
}
export type { HistoryResponse, HistoryListResponse }
export type { HistoryBaseItem, HistoryResponse, HistoryListResponse }