Type Alias CSMessageWebhookUpdateToOneWithWhereWithoutCsCustomMessageInput

CSMessageWebhookUpdateToOneWithWhereWithoutCsCustomMessageInput: {
    data: XOR<CSMessageWebhookUpdateWithoutCsCustomMessageInput, CSMessageWebhookUncheckedUpdateWithoutCsCustomMessageInput>;
    where?: CSMessageWebhookWhereInput;
}