diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 00:27:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 00:30:14 +0100 |
| commit | 2fe4573882f3045690a64d92a206606d24c68859 (patch) | |
| tree | ac442aef584b90f66dd44d666cfe7ef813a172fa /dist/image_type.d.ts | |
| parent | 7baed6d27301e4cc870960d73806a925bdfaf406 (diff) | |
Diffstat (limited to 'dist/image_type.d.ts')
| -rw-r--r-- | dist/image_type.d.ts | 6 |
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; } |