IGPAPI
    Preparing search index...

    Interface UploadPhotoInput

    interface UploadPhotoInput {
        file: Buffer;
        isSidecar?: boolean;
        mediaType?: string;
        uploadId?: string;
        waterfallId?: string;
    }
    Index

    Properties

    file: Buffer
    isSidecar?: boolean
    mediaType?: string
    uploadId?: string
    waterfallId?: string