Update summary.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-16 19:12:28 +09:00 committed by GitHub
parent ea41daa7e6
commit c409828ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,16 @@ type Summary = {
*/ */
player: string; player: string;
/**
* The width of the player of that web page
*/
playerWidth: number;
/**
* The height of the player of that web page
*/
playerHeight: number;
/** /**
* The title of that web page * The title of that web page
*/ */