„api/hooks/types.d.ts“ ändern

This commit is contained in:
Sebastian Frank 2021-04-29 15:43:03 +02:00
parent 82903a8029
commit a232a0119e

View File

@ -150,6 +150,7 @@ export interface HookContext extends GetHookData, PostHookData {
subject?: string
from: string
fromName?: string
replyTo?: string
plain?: string
html?: string
attach?: string | string[]