Every type definitions for the Guilded API.
npm install guildedapi-types.ts
To 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 * as APITypes from 'guildedapi-types.ts/v1'
import { APIGuild } from 'guildedapi-types.ts/v1'
To use most of types, you'll need Typescript. Here's an example:
const GuildCategory: APIGuildCategories = 'community';
- TouchGuild (Guilded Library)