mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
update types and format bindings
This commit is contained in:
@@ -2,4 +2,8 @@
|
||||
import type { AllPackageData } from "./AllPackageData";
|
||||
import type { ServerInfo } from "./ServerInfo";
|
||||
|
||||
export type Public = { serverInfo: ServerInfo, packageData: AllPackageData, ui: any, };
|
||||
export type Public = {
|
||||
serverInfo: ServerInfo;
|
||||
packageData: AllPackageData;
|
||||
ui: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user