Type Alias KSMessageWebhookUpdateToOneWithWhereWithoutKsCustomMessageInput

KSMessageWebhookUpdateToOneWithWhereWithoutKsCustomMessageInput: {
    data: XOR<KSMessageWebhookUpdateWithoutKsCustomMessageInput, KSMessageWebhookUncheckedUpdateWithoutKsCustomMessageInput>;
    where?: KSMessageWebhookWhereInput;
}