Skip to content

Commit 5438468

Browse files
authored
fix: export all types (#252)
1 parent 9608986 commit 5438468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Octokit } from "@octokit/core";
33
import { VERSION } from "./version.js";
44
import { composeConfigGet } from "./compose-config-get.js";
55
import type * as Types from "./types.js";
6+
export type * from "./types.js";
67

78
/**
89
* @param octokit Octokit instance

0 commit comments

Comments
 (0)