Skip to content

Commit 9c63fe4

Browse files
committed
fix(Typescript): octokit.rest.* -> octokit.* - for now
1 parent 17c4710 commit 9c63fe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ type EndpointMethodsObject = {
88

99
export type Api = {
1010
registerEndpoints: (endpoints: EndpointMethodsObject) => void;
11-
rest: RestEndpointMethods;
12-
};
11+
} & RestEndpointMethods;

0 commit comments

Comments
 (0)