Add mediaplayer as a new browser.type

This commit is contained in:
Faisal Salman
2024-06-11 09:12:36 +07:00
parent b52a7ea268
commit de4978e8d9
5 changed files with 32 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ declare namespace UAParser {
name?: string;
version?: string;
major?: string;
type?: 'crawler' | 'cli' | 'email' | 'fetcher' | 'inapp' | 'module';
type?: 'crawler' | 'cli' | 'email' | 'fetcher' | 'inapp' | 'mediaplayer' | 'module';
}
interface ICPU extends IData<ICPU> {