status-lib/status/profile/mailserver.nim

4 lines
61 B
Nim
Raw Normal View History

2021-09-08 18:05:39 +00:00
type
MailServer* = ref object
name*, endpoint*: string