mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update types and format bindings
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
import type { BindOptions } from "./BindOptions";
|
||||
import type { HostId } from "./HostId";
|
||||
|
||||
export type AddressInfo = { username: string | null, hostId: HostId, bindOptions: BindOptions, suffix: string, };
|
||||
export type AddressInfo = {
|
||||
username: string | null;
|
||||
hostId: HostId;
|
||||
bindOptions: BindOptions;
|
||||
suffix: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user