@cbnsndwch/zero-sources

ImageAttachmentProps type

Home > @cbnsndwch/zrocket-contracts > ImageAttachmentProps

ImageAttachmentProps type

Signature:

type ImageAttachmentProps = {
    image_dimensions?: IDimensions;
    image_preview?: string;
    image_url: string;
    image_type?: string;
    image_size?: number;
    file?: IFileInfo;
} & MessageAttachmentBase;

References: IDimensions, IFileInfo, MessageAttachmentBase

How was this page?