From 2d90a4abfaabc857765b9118b4927d3f02e18f3f Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 17 Jan 2022 21:29:13 +0100 Subject: [PATCH] Add stats type --- app/Types/IStates.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/Types/IStates.ts diff --git a/app/Types/IStates.ts b/app/Types/IStates.ts new file mode 100644 index 0000000..d04df58 --- /dev/null +++ b/app/Types/IStates.ts @@ -0,0 +1,3 @@ +export interface StatesResponse { + time: number +}