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:
parent
abca04e13c
commit
883b918760
@ -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 {
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user