remove tls for smtp and add method for getting primary URL

This commit is contained in:
Matt Hill
2023-05-22 08:34:35 -06:00
parent 790601ee47
commit 3d9a703ad6
3 changed files with 13 additions and 9 deletions

View File

@@ -143,7 +143,6 @@ export type SmtpValue = {
from: string
login: string
password: string | null | undefined
tls: boolean
}
export type CommandType<A extends string> =
@@ -194,7 +193,7 @@ export type NetworkInterface = {
/** Defaults to false, but describes if this address can be opened in a browser as an
* ui interface
*/
ui?: boolean
ui: boolean
}
/** Used to reach out from the pure js runtime */