@ly-nld/dishook
Version:
Simple Discord Webhook Wrapper
13 lines • 590 B
text/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'