aboutsummaryrefslogtreecommitdiff
path: root/dist/image_type.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/image_type.d.ts')
-rw-r--r--dist/image_type.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/image_type.d.ts b/dist/image_type.d.ts
index 93aa767..e22ce59 100644
--- a/dist/image_type.d.ts
+++ b/dist/image_type.d.ts
@@ -3,7 +3,7 @@
*/
export type ImageType = string;
export namespace ImageType {
- let PNG: string;
- let JPEG: string;
- let PDF: string;
+ let PNG: string;
+ let JPEG: string;
+ let PDF: string;
}