diff --git a/cli/pbjs.d.ts b/cli/pbjs.d.ts index 5fbe06a73..ead1f3c5d 100644 --- a/cli/pbjs.d.ts +++ b/cli/pbjs.d.ts @@ -1,4 +1,4 @@ -type pbjsCallback = (err: Error|null, output?: string) => {}; +type pbjsCallback = (err: Error|null, output?: string) => void; /** * Runs pbjs programmatically.