mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
fix: adjust types
This commit is contained in:
parent
f23cd47e29
commit
632050422e
3 changed files with 3 additions and 0 deletions
1
types/async-function.d.ts
vendored
1
types/async-function.d.ts
vendored
|
|
@ -9,6 +9,7 @@ export declare type AsyncFunctionArguments = {
|
|||
context: Context;
|
||||
core: typeof core;
|
||||
github: InstanceType<typeof GitHub>;
|
||||
octokit: InstanceType<typeof GitHub>;
|
||||
exec: typeof exec;
|
||||
glob: typeof glob;
|
||||
io: typeof io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue