Type alias ExecuteWebhookWaitOptions

ExecuteWebhookWaitOptions: Omit<ExecuteWebhookOptions, "wait"> & {
    wait: true;
}