Type Alias GetAutomationConnectorWebhooksConfigurationHttpResponse

type GetAutomationConnectorWebhooksConfigurationHttpResponse = {
    data: AutomationConnectorWebhookConfiguration;
    headers: Headers;
    status: 200;
}
Index
headers: Headers
status: 200