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
// }
