[ACS-11205] Add declare keyword to prevent variables shadowing (#5092)

This commit is contained in:
Michal Kinas
2026-03-13 16:08:27 +01:00
committed by GitHub
parent ea8c621f54
commit 683eab8be4
11 changed files with 20 additions and 20 deletions
@@ -79,7 +79,7 @@ export class AcaViewerComponent implements OnInit, OnDestroy {
private documentListService = inject(DocumentListService);
@LazyApi((self: AcaViewerComponent) => new VersionsApi(self.apiService.getInstance()))
versionsApi: VersionsApi;
declare versionsApi: VersionsApi;
fileName: string;
folderId: string = null;
infoDrawerOpened$: Observable<boolean>;