Skip to content

Commit

Permalink
Fixed ExecutionPluginInterface options type
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Nov 19, 2018
1 parent cd5a5e0 commit 2c08500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/worker/ExecutionPluginInterface.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

export interface ExecutionPluginInterface {
msg: string
action: string
preLog: string
options: PluginOptionsSchema
// these are of type SchemaObjectInstance, but does not work as expected
options: any
execute() : Promise<any>
}

0 comments on commit 2c08500

Please sign in to comment.