1
0
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:
✨ Audrey ✨
2025-04-02 08:56:43 -04:00
parent 2ed2dd46b7
commit c4be687beb

View File

@@ -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