swc/bundler/tests/.cache/deno/801654566f8bc2edba9c6a34f3ec100aa8eff92e.ts
강동윤 d60c3242af
fix(swc): Fix bugs (#1739)
swc_bundler:
 - Fix cycle detection for complex circular imports. (denoland/deno#10752)

swc_ecma_transforms_typescript:
 - Allow using large values for an enum variant.
2021-05-25 14:30:17 +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;
}