UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

8 lines (7 loc) 169 B
import { IAttachment } from './IAttachment'; export interface IImage { url: string | IAttachment; proxy_url?: string; height?: number; width?: number; }