mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
remove tls for smtp and add method for getting primary URL
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user