Skip to content

Documentation


Documentation / @kizami/notify / DispatchResult

Interface: DispatchResult

Defined in: types.ts:26

Properties

channel

channel: string

Defined in: types.ts:27


error?

optional error?: unknown

Defined in: types.ts:30

ok=false のときの失敗理由(送信元チャネルが投げた値をそのまま保持する)


ok

ok: boolean

Defined in: types.ts:28