add simple live score feed page
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
export type ScoreSaberWebsocketMessageToken = {
|
||||
/**
|
||||
* Command name
|
||||
*/
|
||||
commandName: "score";
|
||||
|
||||
/**
|
||||
* Command data
|
||||
*/
|
||||
commandData: any;
|
||||
};
|
Reference in New Issue
Block a user