Make hostname typed in NodeFilter.
This commit is contained in:
parent
2d83326b78
commit
b734a422a7
|
@ -38,8 +38,7 @@ import util from "util";
|
|||
const pglob = util.promisify(glob);
|
||||
|
||||
type NodeFilter = {
|
||||
// TODO: Newtype
|
||||
hostname?: string,
|
||||
hostname?: Hostname,
|
||||
mac?: MAC,
|
||||
key?: FastdKey,
|
||||
token?: Token,
|
||||
|
|
Loading…
Reference in a new issue