1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-29 11:05:54 +02: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;
38: string;
};
// Chrome does not support windowId, only FireFox
// Chrome does not support windowId, only Firefox
windowId?: number;
}