Skip to content

Commit a3031c2

Browse files
committed
fix: "Circular definition of import alias RestEndpointMethodTypes" error
1 parent 6b91e52 commit a3031c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generated/method-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { EndpointInterface, RequestInterface } from "@octokit/types";
2-
import { RestEndpointMethodTypes } from "./method-types";
2+
import { RestEndpointMethodTypes } from "./parameters-and-response-types";
33

44
export type RestEndpointMethods = {
55
actions: {

0 commit comments

Comments
 (0)