mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
✨ feat: add plugin registry and server operations
This commit is contained in:
@@ -183,6 +183,7 @@ export type CreateServerRequest = {
|
||||
motd?: string | null;
|
||||
level_seed?: string | null;
|
||||
level_type?: string | null;
|
||||
running?: boolean;
|
||||
};
|
||||
|
||||
export type UpdateServerRequest = {
|
||||
@@ -208,4 +209,5 @@ export type UpdateServerRequest = {
|
||||
motd?: string | null;
|
||||
level_seed?: string | null;
|
||||
level_type?: string | null;
|
||||
running?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user