UNPKG

hypixel-api-typescript

Version:

This package is a wrapper for https://api.hypixel.net written in Typescript.

6 lines (5 loc) 113 B
export default interface AbstractResponse{ success : boolean, cause? : string, throttle?: boolean, }