Type Alias KSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

KSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<KSCustomMessageUpdateWithoutEmbedInput, KSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: KSCustomMessageWhereInput;
}