mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
fix duplicate type definition
This commit is contained in:
@@ -2,8 +2,6 @@ import { I18nKeyOrLiteral } from "@bitwarden/common/tools/types";
|
||||
|
||||
import { CredentialAlgorithm, CredentialType } from "./type";
|
||||
|
||||
type I18nKeyOrLiteral = string | { literal: string };
|
||||
|
||||
/** Credential generator metadata common across credential generators */
|
||||
export type AlgorithmMetadata = {
|
||||
/** Uniquely identifies the credential configuration
|
||||
|
||||
Reference in New Issue
Block a user