bitwarden-estensione-browser/src/background/models/iconDetails.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
161 B
TypeScript
Raw Normal View History

2022-03-02 23:25:37 +01:00
export default interface IconDetails {
path: {
19: string;
38: string;
};
2022-03-02 22:12:01 +01:00
// Chrome does not support windowId, only Firefox
windowId?: number;
}