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