1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

details, details

This commit is contained in:
Robyn MacCallum
2022-03-02 16:12:01 -05:00
parent b02b35e1b5
commit 7e432b40e2

View File

@@ -3,6 +3,6 @@ export default class IconDetails {
19: string; 19: string;
38: string; 38: string;
}; };
// Chrome does not support windowId, only FireFox // Chrome does not support windowId, only Firefox
windowId?: number; windowId?: number;
} }