mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
chore: small update
This commit is contained in:
@@ -14,7 +14,7 @@ export const smtpConfig = Value.union(
|
||||
system: { name: "System Credentials", spec: Config.of({}) },
|
||||
custom: {
|
||||
name: "Custom Credentials",
|
||||
spec: Config.of<TypeAsConfigOf<SmtpValue, never>>({
|
||||
spec: Config.of<TypeAsConfigOf<SmtpValue>>({
|
||||
server: Value.text({
|
||||
name: "SMTP Server",
|
||||
required: {
|
||||
|
||||
Reference in New Issue
Block a user