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'