UNPKG

hypixel-api-typescript

Version:

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

10 lines (7 loc) 184 B
import AbstractResponse from "./AbstractResponse"; /** * FindGuild will just return a string! */ export interface FindGuildResponse extends AbstractResponse{ guild? : string }