forgot type

This commit is contained in:
Matt Hill
2023-05-15 11:37:09 -06:00
parent cfd50c0c07
commit ad203acf21

View File

@@ -11,7 +11,7 @@ export const ipv4: Pattern = {
description: "Must be a valid IPv4 address",
}
export const hostname = {
export const hostname: Pattern = {
regex: regexes.hostname.toString(),
description: "Must be a valid hostname",
}