Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ulixee
Edit Copy
Star
GitHub Repository:
ulixee/secret-agent
Path:
blob/main/replay/shared/interfaces/IFavicon.ts
2
6
6
7
views
1
export
default
interface
IFavicon
{
2
url
?
:
string
;
3
data
?
:
string
;
4
_id
?
:
string
;
5
}
6
7