Appearance
Documentation / @kizami/notify / NotificationRecipient
Interface: NotificationRecipient
Defined in: types.ts:9
KIZAMI 通知チャネル抽象。
制約(要件 §7/§8): ランタイム非依存。node:* を直接 import せず、fetch と設定注入 (URL・認証情報など)のみに依存する。Node からも Cloudflare Workers からも同じ チャネル実装を呼べるようにするため。
Properties
email?
optionalemail?:string
Defined in: types.ts:11
通知先メールアドレス(smtpChannel が使う。webhookChannel は無視してよい)