details, details

This commit is contained in:
Robyn MacCallum 2022-03-02 16:12:01 -05:00
parent b02b35e1b5
commit 7e432b40e2
1 changed files with 1 additions and 1 deletions

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;
} }