parent
65677c0bfb
commit
2fe146d58c
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
declare type NodeSet = { |
||||
host_uuid: string; |
||||
}; |
||||
|
||||
declare type NodeSetPower = NodeSet & { |
||||
is_on: boolean; |
||||
}; |
||||
|
||||
declare type NodeSetMembership = NodeSet & { |
||||
is_membership: boolean; |
||||
}; |
Loading…
Reference in new issue