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.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/image_type.d.ts b/dist/image_type.d.ts
new file mode 100644
index 0000000..93aa767
--- /dev/null
+++ b/dist/image_type.d.ts
@@ -0,0 +1,9 @@
+/**
+ * ImageType
+ */
+export type ImageType = string;
+export namespace ImageType {
+ let PNG: string;
+ let JPEG: string;
+ let PDF: string;
+}