Type Alias WebhookCallDetailsProps
WebhookCallDetailsProps: { errors: any[]; eventType: string; request: WebhookCallRequest; requestAt: string; response: WebhookCallResponse; responseAt: string; statusCode: number; sys: WebhookCallDetailsSys; url: string; } Type declaration
errors: any[]
eventType: string
requestAt: string
response: WebhookCallResponse
responseAt: string
statusCode: number
sys: WebhookCallDetailsSys
url: string
Errors