Skip to content

Commit

Permalink
fix: make optional the property binarySettings of ConfigureParams
Browse files Browse the repository at this point in the history
… in typings
  • Loading branch information
ferjul17 authored and brett-vendia committed Jan 29, 2021
1 parent 7431387 commit b08ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProxyParams from "./proxy"
interface ConfigureParams {
app: RequestListener,
binaryMimeTypes?: string[],
binarySettings: BinarySettings
binarySettings?: BinarySettings
}

interface BinarySettings {
Expand Down

0 comments on commit b08ee87

Please sign in to comment.