mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-09 19:28:06 +01:00
[PM-5189] Correcting typing information
This commit is contained in:
parent
fa6bbbd252
commit
8bfa02eeea
@ -8,14 +8,14 @@ type AutofillInlineMenuContainerMessage = {
|
||||
};
|
||||
|
||||
export type InitAutofillInlineMenuElementMessage = AutofillInlineMenuContainerMessage & {
|
||||
iframeUrl?: string;
|
||||
pageTitle?: string;
|
||||
authStatus?: AuthenticationStatus;
|
||||
styleSheetUrl?: string;
|
||||
theme?: string;
|
||||
translations?: Record<string, string>;
|
||||
ciphers?: InlineMenuCipherData[];
|
||||
portName?: string;
|
||||
iframeUrl: string;
|
||||
pageTitle: string;
|
||||
authStatus: AuthenticationStatus;
|
||||
styleSheetUrl: string;
|
||||
theme: string;
|
||||
translations: Record<string, string>;
|
||||
ciphers: InlineMenuCipherData[] | null;
|
||||
portName: string;
|
||||
};
|
||||
|
||||
export type AutofillInlineMenuContainerWindowMessageHandlers = {
|
||||
|
Loading…
Reference in New Issue
Block a user