@musallam/lightroom-client
    Preparing search index...

    Interface LrOutputDetails

    interface LrOutputDetails {
        href: string;
        overwrite?: boolean;
        quality?: number;
        storage: LightroomClient.StorageType;
        type: LightroomClient.ImageFormatType;
    }
    Index

    Properties

    href: string

    Presigned POST URL to the output file

    overwrite?: boolean

    If the output file already exists should it be overwritten.overwrite flag is used only when storage = 'adobe'

    quality?: number

    Quality of the JPEG outputs (will be ignored for other output types). Ranges from 0 to 12, with 12 as the highest quality. 1 12