Add stats type

This commit is contained in:
2022-01-17 21:29:13 +01:00
parent b117f7f6c8
commit 2d90a4abfa

3
app/Types/IStates.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface StatesResponse {
time: number
}