From 2fe4573882f3045690a64d92a206606d24c68859 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Dec 2025 00:27:49 +0100 Subject: Ignore the test images, add types --- dist/image_type.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/image_type.d.ts') 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; } -- cgit