@ly-nld/dishook
Version:
Simple Discord Webhook Wrapper
14 lines (13 loc) • 592 B
TypeScript
export type { IAttachment } from './IAttachment';
export type { IWebhook } from './IWebhook';
export type { IWebhookParameter } from './IWebhookParameter';
export type { IWebhookResponse } from './IWebhookResponse';
export type { IUser } from './IUser';
export type { IEmbed } from './IEmbed';
export type { IProvider } from './IProvider';
export type { IField } from './IField';
export type { IAuthor } from './IAuthor';
export type { IFooter } from './IFooter';
export type { IThumbnail } from './IThumbnail';
export type { IVideo } from './IVideo';
export type { IImage } from './IImage';