From 3ab275fff9a2547920cf4ff7a121c8879d42906c Mon Sep 17 00:00:00 2001 From: dragongoose Date: Sun, 18 Jun 2023 23:43:32 -0400 Subject: [PATCH] Add ApiResponse type --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index becf132..19e5b33 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -4,4 +4,5 @@ export * from './Chat' export * from './Chat' export * from './Category' export * from './CategoryData' +export * from './ApiResponse'