Type Alias TTSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

TTSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<TTSCustomMessageUpdateWithoutEmbedInput, TTSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: TTSCustomMessageWhereInput;
}