swc/crates/swc_bundler/tests/.cache/deno/801654566f8bc2edba9c6a34f3ec100aa8eff92e.ts
2021-11-09 20:42:49 +09:00

10 lines
267 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/create_webhook.ts
export interface CreateWebhook {
/** Name of the webhook (1-80 characters) */
name: string;
/** Image for the default webhook avatar */
avatar?: string | null;
}