1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-08 00:01:28 +01:00

Ignore ts-strict on spec-data

This commit is contained in:
Daniel James Smith 2025-02-01 13:01:38 +01:00
parent abca04e13c
commit 883b918760
No known key found for this signature in database
GPG Key ID: DA2E2EC600E1289B
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export interface Value {
export interface Email { export interface Email {
email_address: string; email_address: string;
provider: string; provider: string | null;
} }
export interface Address { export interface Address {

View File

@ -1,3 +1,4 @@
// @ts-strict-ignore
import { EnpassJsonFile } from "../../enpass/types/enpass-json-type"; import { EnpassJsonFile } from "../../enpass/types/enpass-json-type";
import { login } from "./login"; import { login } from "./login";