Type Alias CSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

CSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<CSCustomMessageUpdateWithoutEmbedInput, CSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: CSCustomMessageWhereInput;
}