1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

added typings to popup services

This commit is contained in:
Kyle Spearrin
2018-01-11 14:45:27 -05:00
parent 969eb76ccc
commit 9644b7eeb3
7 changed files with 29 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import BrowserApi from '../browser/browserApi';
import MainBackground from './main.background';
import AutofillService from '../services/autofill.service';
import { AutofillService } from '../services/abstractions/autofill.service';
export default class RuntimeBackground {
private runtime: any;