Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit ec3202f

Browse files
committed
Fix imports
1 parent ee82897 commit ec3202f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query/rest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Octokit } from '@octokit/core'
22
import semver from 'semver'
3-
import { CallbackFunction, CheckOptions } from '../types'
3+
import { CheckOptions, ReleaseDescriptor, TagDescriptor } from '../types'
44
import { release, tag } from '../util/scheme-mapper'
55

66
/**

0 commit comments

Comments
 (0)