Add ApiResponse type

This commit is contained in:
dragongoose 2023-06-18 23:43:32 -04:00
parent 3c85acfc21
commit 3ab275fff9
No known key found for this signature in database
GPG Key ID: 50DB99B921579009

View File

@ -4,4 +4,5 @@ export * from './Chat'
export * from './Chat' export * from './Chat'
export * from './Category' export * from './Category'
export * from './CategoryData' export * from './CategoryData'
export * from './ApiResponse'