Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/tpy/src/types/guild.d.ts>GuildStructures.Payload

๐Ÿ”‘ A strongly typed Pylon API client.
Latest
type alias GuildStructures.Payload
import { type GuildStructures } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/guild.d.ts";
const { Payload } = GuildStructures;

Base guild payload.

definition: { id: string; name: string; icon: string | null; }