UNPKG

gil.js

Version:

A powerful Node.js library for interacting with the Guilded API.

10 lines 268 B
import { WebhookPayload } from "../../payloads"; export type ServerWebhookCreated = { serverId: string; webhook: WebhookPayload; }; export type ServerWebhookUpdated = { serverId: string; webhook: WebhookPayload; }; //# sourceMappingURL=webhook.d.ts.map