mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Add additional server info
This commit is contained in:
committed by
rijkvanzanten
parent
ee6aaffe92
commit
5323bbd12e
@@ -10,6 +10,9 @@ export type ServerInfo = {
|
||||
public_note: string | null;
|
||||
custom_css: null;
|
||||
};
|
||||
directus: { version: string };
|
||||
node: { uptime: number; version: string };
|
||||
os: { totalmem: number; type: string; uptime: number; version: string };
|
||||
};
|
||||
|
||||
export type OasData = {
|
||||
|
||||
Reference in New Issue
Block a user