Skip to content

Documentation


Documentation / @kizami/notify / NotificationChannel

Interface: NotificationChannel

Defined in: types.ts:20

Properties

name

name: string

Defined in: types.ts:22

チャネル種別の識別子(ログ・dispatch の結果集計に使う)

Methods

send()

send(msg): Promise<void>

Defined in: types.ts:23

Parameters

msg

NotificationMessage

Returns

Promise<void>