Type Alias TTSCustomMessageUpdateToOneWithWhereWithoutButtonsInput

TTSCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<TTSCustomMessageUpdateWithoutButtonsInput, TTSCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: TTSCustomMessageWhereInput;
}