Type Alias WSMessageWebhookUpdateToOneWithWhereWithoutWsCustomMessageInput

WSMessageWebhookUpdateToOneWithWhereWithoutWsCustomMessageInput: {
    data: XOR<WSMessageWebhookUpdateWithoutWsCustomMessageInput, WSMessageWebhookUncheckedUpdateWithoutWsCustomMessageInput>;
    where?: WSMessageWebhookWhereInput;
}