UNPKG

guildedapi-types.ts

Version:

Up to date Guilded API Typings. Contribution is welcome.

12 lines (10 loc) 319 B
import type * as OpenAPI from "../../schemas/v1" export type APIEmote = OpenAPI.components["schemas"]["Emote"]; // export interface APIEmote { // /** The ID of the emote */ // id: number, // /** The name of the emote */ // name: string, // /** The URL of the emote image */ // url: string // }