Make hostname typed in NodeFilter.

This commit is contained in:
baldo 2022-07-28 12:24:45 +02:00
parent 2d83326b78
commit b734a422a7

View file

@ -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,