mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
forgot type
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user