0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-03-12 06:01:47 -05:00

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 './Category'
export * from './CategoryData'
export * from './ApiResponse'