Fix #710: Add type to IBrowser (#711)

This commit is contained in:
Dai Jie 2024-03-19 22:32:43 +08:00 committed by GitHub
parent b29a9a7ffb
commit a43d659577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ declare namespace UAParser {
name?: string; name?: string;
version?: string; version?: string;
major?: string; major?: string;
type?: string;
} }
interface ICPU extends IData<ICPU> { interface ICPU extends IData<ICPU> {