1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

fix build

This commit is contained in:
adudek-bw
2026-01-06 14:27:35 -05:00
parent b64363d3d4
commit 3206337cb0

View File

@@ -10,6 +10,6 @@ export type GeneratorDependencyProvider = {
// FIXME: introduce `I18nKeyOrLiteral` into forwarder
// structures and remove this dependency
i18nService: I18nService;
sdk?: BitwardenClient;
sdk: BitwardenClient;
now: () => number;
};