fix: adjust types

This commit is contained in:
Vladimir Starkov
2025-01-31 11:55:53 +01:00
parent f23cd47e29
commit 632050422e
3 changed files with 3 additions and 0 deletions

View File

@@ -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;