UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

6 lines (5 loc) 87 B
export interface IField { name: string; value: string; inline?: boolean; }