mirror of
https://github.com/actions/github-script.git
synced 2025-12-25 23:23:07 +00:00
fix: adjust types
This commit is contained in:
@@ -11,6 +11,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
|
||||
|
||||
Reference in New Issue
Block a user