mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-10 16:17:23 +09:00
Update summary.ts
This commit is contained in:
parent
c32721d810
commit
0fa37901d9
@ -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;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user