Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/replay/shared/interfaces/IFavicon.ts
2667 views
1
export default interface IFavicon {
2
url?: string;
3
data?: string;
4
_id?: string;
5
}
6
7