Interface updateWebhookResponse

interface updateWebhookResponse {
    body: object;
    message: string;
    statusCode: number;
}

Properties

body: object
message: string
statusCode: number