mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[PM-16790] introduce extension service (#13590)
This commit is contained in:
@@ -10,4 +10,4 @@ export const IntegrationIds = [
|
||||
] as const;
|
||||
|
||||
/** Identifies a vendor integrated into bitwarden */
|
||||
export type IntegrationId = Opaque<(typeof IntegrationIds)[number], "IntegrationId">;
|
||||
export type IntegrationId = Opaque<string, "IntegrationId">;
|
||||
|
||||
Reference in New Issue
Block a user