CallbackConfig interface
Webhook のサービス URI とカスタム ヘッダーの構成。
プロパティ
| custom |
Webhook 通知に追加されるカスタム ヘッダー。 |
| service |
通知を投稿する Webhook のサービス URI。 |
プロパティの詳細
customHeaders
Webhook 通知に追加されるカスタム ヘッダー。
customHeaders?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
serviceUri
通知を投稿する Webhook のサービス URI。
serviceUri: string
プロパティ値
string