Type Alias TSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

TSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<TSCustomMessageUpdateWithoutEmbedInput, TSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: TSCustomMessageWhereInput;
}