/** * ImageType */ export type ImageType = string; export namespace ImageType { let PNG: string; let JPEG: string; let PDF: string; }