UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

5 lines 200 B
export interface IField { name: string // The name of the field value: string // The value of the field inline?: boolean // Whether or not this field should display inline }