1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Migrate vault abstract services to strict ts (#15731)

This commit is contained in:
Oscar Hinton
2025-07-22 21:59:42 +02:00
committed by GitHub
parent 53aaa2c285
commit c2bbb7c031

View File

@@ -1,5 +1,3 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { Observable } from "rxjs";
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.