aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/swr.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/swr.ts')
-rw-r--r--src/types/swr.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/types/swr.ts b/src/types/swr.ts
deleted file mode 100644
index 4da6b2c..0000000
--- a/src/types/swr.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export type SWRResult<T> = {
- data?: T;
- isLoading: boolean;
- isError: boolean;
-};