Make site and domain optional and get rid of "<unknown>" values.
This commit is contained in:
parent
72543b95ee
commit
2d83326b78
2 changed files with 14 additions and 12 deletions
server/types
|
@ -23,8 +23,8 @@ export * from "./logger";
|
|||
export * from "./shared";
|
||||
|
||||
export type NodeStateData = {
|
||||
site: Site,
|
||||
domain: Domain,
|
||||
site?: Site,
|
||||
domain?: Domain,
|
||||
state: OnlineState,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue