[~] Nano order change

This commit is contained in:
Charles Le Maux 2024-08-20 19:33:10 +02:00
parent 471b49cd79
commit e2142d63f2

View File

@ -39,6 +39,7 @@ interface CommandRequest extends BaseRequest {
enum serviiRequest {
setSubdomain = 'SetSubdomain',
fetchServers = 'FetchServers',
fetchLogs = 'FetchLogs',
accountCreate = 'AccountCreate',
serverCreate = 'ServerCreate',
serverDelete = 'ServerDelete',
@ -47,7 +48,6 @@ enum serviiRequest {
serverStop = 'ServerStop',
updateProperty = 'UpdateProperties',
command = 'Command',
fetchLogs = 'FetchLogs',
}