/** * Image output format for Node.js rendering * @enum {string} ImageType */ export const ImageType = { PNG: "png", JPEG: "jpeg", PDF: "pdf", };