mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-09 13:36:26 +00:00
chore: fix type import
This commit is contained in:
parent
b1ce02b44b
commit
53743b27bf
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@ import { REPOSITORY_ARCHIVED } from '../../../constants/error-messages';
|
|||
import { setBaseUrl } from '../../../util/http/gerrit';
|
||||
import type { FindPRConfig } from '../types';
|
||||
import { client } from './client';
|
||||
import {
|
||||
type GerritChange,
|
||||
type GerritChangeMessageInfo,
|
||||
type GerritFindPRConfig,
|
||||
type GerritMergeableInfo,
|
||||
import type {
|
||||
GerritChange,
|
||||
GerritChangeMessageInfo,
|
||||
GerritFindPRConfig,
|
||||
GerritMergeableInfo,
|
||||
} from './types';
|
||||
|
||||
const gerritEndpointUrl = 'https://dev.gerrit.com/renovate/';
|
||||
|
|
Loading…
Reference in a new issue