refactor: Fix TypeScript errors workflow package (#9437)

This commit is contained in:
Elias Meire
2024-05-17 11:28:13 +02:00
committed by GitHub
parent 2967df2fe0
commit 451e6590d6
11 changed files with 11 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import type { NativeDoc } from '@/Extensions/Extensions';
import type { NativeDoc } from '../Extensions/Extensions';
export const arrayMethods: NativeDoc = {
typeName: 'Array',