We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bb6f2 commit a967738Copy full SHA for a967738
index.ts
@@ -1,10 +1,10 @@
1
import { Octokit } from "@octokit/rest";
2
3
-import { createOrUpdateFiles } from "./create-or-update-files";
+import { createOrUpdateFiles, Options } from "./create-or-update-files";
4
5
const CreateOrUpdateFiles = function (octokit: Octokit | any) {
6
return {
7
- createOrUpdateFiles: (opts: any) => createOrUpdateFiles(octokit, opts),
+ createOrUpdateFiles: (opts: Options) => createOrUpdateFiles(octokit, opts),
8
};
9
10
0 commit comments