GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ImageResolvable

API/Type Aliases/ImageResolvable
seyfert/lib/common/types/resolvables.d.ts

Signature

export type ImageResolvable = {    data: AttachmentResolvable;    type: AttachmentDataType;} | Attachment | AttachmentBuilder;

Members

This export does not declare public properties or methods in the generated declaration file.