Type Alias RumbleStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

RumbleStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<RumbleStreamerUpdateWithoutCustomMessagesInput, RumbleStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: RumbleStreamerWhereInput;
}