Fix import

This commit is contained in:
Matt Bierner
2026-03-09 09:38:32 -07:00
parent 02d9c6d239
commit e74071cd63

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import type * as git from './git';
import type * as git from './git.d.ts';
export type ForcePushMode = git.ForcePushMode;
export type RefType = git.RefType;