aboutsummaryrefslogtreecommitdiff
path: root/dist/image_type.d.ts
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 00:27:49 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 00:30:14 +0100
commit2fe4573882f3045690a64d92a206606d24c68859 (patch)
treeac442aef584b90f66dd44d666cfe7ef813a172fa /dist/image_type.d.ts
parent7baed6d27301e4cc870960d73806a925bdfaf406 (diff)
Ignore the test images, add typesHEAD1.0.1main
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;
}