Skip to content

Commit

Permalink
fix: import types as types (#573)
Browse files Browse the repository at this point in the history
WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Jun 7, 2023
1 parent e7cd494 commit f8ba90d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/generated/ghe-35-admin-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
enterpriseAdmin: {
addAuthorizedSshKey: ["POST {origin}/setup/api/settings/authorized-keys"],
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ghe-35-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
actions: {
addCustomLabelsToSelfHostedRunnerForOrg: [
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ghe-36-admin-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
enterpriseAdmin: {
addAuthorizedSshKey: ["POST {origin}/setup/api/settings/authorized-keys"],
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ghe-36-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
actions: {
addCustomLabelsToSelfHostedRunnerForOrg: [
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ghe-37-admin-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
enterpriseAdmin: {
addAuthorizedSshKey: ["POST {origin}/setup/api/settings/authorized-keys"],
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ghe-37-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointsDefaultsAndDecorations } from "../types";
import type { EndpointsDefaultsAndDecorations } from "../types";
const Endpoints: EndpointsDefaultsAndDecorations = {
actions: {
addCustomLabelsToSelfHostedRunnerForOrg: [
Expand Down

0 comments on commit f8ba90d

Please sign in to comment.