Type Alias RSCurrentlyLiveCreateOrConnectWithoutRumbleStreamerInput

RSCurrentlyLiveCreateOrConnectWithoutRumbleStreamerInput: {
    create: XOR<RSCurrentlyLiveCreateWithoutRumbleStreamerInput, RSCurrentlyLiveUncheckedCreateWithoutRumbleStreamerInput>;
    where: RSCurrentlyLiveWhereUniqueInput;
}