UNPKG
kick-api-types
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Kick.com API Types
github.com/fb-sean/kick-api-types
fb-sean/kick-api-types
kick-api-types
/
rest
/
v1
/
categories.d.ts
4 lines
•
145 B
TypeScript
View Raw
1
2
3
4
import
type
{
RESTError
}
from
"./global"
;
export
interface
RESTGetCategoriesError
extends
RESTError
{ }
//# sourceMappingURL=categories.d.ts.map