Skip to content

Commit

Permalink
Adding missing main property to Exec type (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas committed Apr 6, 2021
1 parent 7fd311f commit d366830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ declare namespace openwhisk {
interface Exec {
kind: Kind;
code: string;
binary?: boolean
binary?: boolean;
main?: string;
}

interface Sequence {
Expand Down

0 comments on commit d366830

Please sign in to comment.