diff --git a/scripts/update-endpoints/templates/endpoints.ts.template b/scripts/update-endpoints/templates/endpoints.ts.template index 6c7973cf9..d593cb39b 100644 --- a/scripts/update-endpoints/templates/endpoints.ts.template +++ b/scripts/update-endpoints/templates/endpoints.ts.template @@ -1,9 +1,6 @@ // DO NOT EDIT THIS FILE import { RequestHeaders } from "../RequestHeaders"; import { RequestRequestOptions } from "../RequestRequestOptions"; -import { OctokitResponse } from "../OctokitResponse"; -import { Url } from "../Url"; -type AnyResponse = OctokitResponse; export interface Endpoints { {{#each endpointsByRoute}} @@ -33,4 +30,4 @@ export type {{paramTypeName}} = { {{{name this}}}: {{{type this}}} {{/params}} }; -{{/childParams}} \ No newline at end of file +{{/childParams}} diff --git a/src/generated/Endpoints.ts b/src/generated/Endpoints.ts index de448350c..98daee408 100644 --- a/src/generated/Endpoints.ts +++ b/src/generated/Endpoints.ts @@ -1,9 +1,6 @@ // DO NOT EDIT THIS FILE import { RequestHeaders } from "../RequestHeaders"; import { RequestRequestOptions } from "../RequestRequestOptions"; -import { OctokitResponse } from "../OctokitResponse"; -import { Url } from "../Url"; -type AnyResponse = OctokitResponse; export interface Endpoints { "DELETE /app/installations/:installation_id": [