fix(editor): Fix External secrets typecheck (no-changelog) (#9434)

This commit is contained in:
Alex Grozav
2024-05-17 14:16:00 +03:00
committed by GitHub
parent 28e3e21177
commit db1a40635d
9 changed files with 100 additions and 63 deletions

View File

@@ -35,3 +35,10 @@ declare global {
findLast(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T;
}
}
declare module '*.svg';
declare module '*.png';
declare module '*.jpg';
declare module '*.jpeg';
declare module '*.gif';
declare module '*.webp';