Skip to content

Commit 1543fb9

Browse files
committed
Add missing typings to ZipWriterConstructorOptions
1 parent 56fece4 commit 1543fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ export interface ZipWriterCloseOptions extends EntryOnprogressOptions {
13961396
/**
13971397
* Represents options passed to the constructor of {@link ZipWriter}, {@link ZipWriter#add} and `{@link ZipDirectoryEntry}#export*`.
13981398
*/
1399-
export interface ZipWriterConstructorOptions {
1399+
export interface ZipWriterConstructorOptions extends WorkerConfiguration {
14001400
/**
14011401
* `true` to use Zip64 to store the entry.
14021402
*

0 commit comments

Comments
 (0)