1
0
Fork 0
peertube/shared/models/server/emailer.model.ts

9 lines
130 B
TypeScript
Raw Normal View History

2020-04-23 03:32:53 -04:00
export type SendEmailOptions = {
to: string[]
subject: string
text: string
fromDisplayName?: string
replyTo?: string
}