mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
add server info query
This commit is contained in:
@@ -62,6 +62,7 @@ export enum ServerType {
|
||||
|
||||
export type ServerListItem = {
|
||||
credential: string;
|
||||
features?: Record<string, number[]>;
|
||||
id: string;
|
||||
name: string;
|
||||
ndCredential?: string;
|
||||
@@ -70,6 +71,7 @@ export type ServerListItem = {
|
||||
url: string;
|
||||
userId: string | null;
|
||||
username: string;
|
||||
version?: string;
|
||||
};
|
||||
|
||||
export enum PlayerStatus {
|
||||
|
||||
Reference in New Issue
Block a user