Every type definitions for the Guilded API.
npm install guildedapi-types.tsTo import the API Types, you need to choose the API version. E.g: guildedapi-types.ts/v1
You can import every types or some, E.g:
import*asAPITypesfrom'guildedapi-types.ts/v1'import{APIGuild}from'guildedapi-types.ts/v1'To use most of types, you'll need Typescript. Here's an example:
constGuildCategory: APIGuildCategories='community';- TouchGuild (Guilded Library)
