File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
- PaginatingEndpoints ,
2
+ type PaginatingEndpoints ,
3
3
paginatingEndpoints ,
4
4
} from "./generated/paginating-endpoints" ;
5
5
Original file line number Diff line number Diff line change 1
1
import { Octokit } from "@octokit/core" ;
2
2
import * as OctokitTypes from "@octokit/types" ;
3
3
4
- export {
4
+ export type {
5
5
EndpointOptions ,
6
6
RequestInterface ,
7
7
OctokitResponse ,
8
8
RequestParameters ,
9
9
Route ,
10
10
} from "@octokit/types" ;
11
11
12
- export { PaginatingEndpoints } from "./generated/paginating-endpoints" ;
12
+ export type { PaginatingEndpoints } from "./generated/paginating-endpoints" ;
13
13
14
- import { PaginatingEndpoints } from "./generated/paginating-endpoints" ;
14
+ import type { PaginatingEndpoints } from "./generated/paginating-endpoints" ;
15
15
16
16
// // https://stackoverflow.com/a/52991061/206879
17
17
// type RequiredKeys<T> = {
You can’t perform that action at this time.
0 commit comments