1
0
Fork 0
peertube/shared/models/server/emailer.model.ts
2020-05-04 16:21:39 +02:00

8 lines
130 B
TypeScript

export type SendEmailOptions = {
to: string[]
subject: string
text: string
fromDisplayName?: string
replyTo?: string
}