Update summary.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 01:50:45 +09:00 committed by GitHub
parent c32721d810
commit 0fa37901d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ type Summary = {
export default Summary; export default Summary;
type Player = { export type Player = {
/** /**
* The url of the player * The url of the player
*/ */
@ -48,5 +48,3 @@ type Player = {
*/ */
height: number; height: number;
}; };
export Player;