pushover-notification - v0.0.2
    Preparing search index...

    Interface ImageFile

    interface ImageFile {
        data: Buffer;
        name: string;
        type?: string;
    }
    Index

    Properties

    Properties

    data: Buffer
    name: string
    type?: string