Type Alias RSCurrentlyLiveUncheckedCreateNestedOneWithoutRumbleStreamerInput

RSCurrentlyLiveUncheckedCreateNestedOneWithoutRumbleStreamerInput: {
    connect?: RSCurrentlyLiveWhereUniqueInput;
    connectOrCreate?: RSCurrentlyLiveCreateOrConnectWithoutRumbleStreamerInput;
    create?: XOR<RSCurrentlyLiveCreateWithoutRumbleStreamerInput, RSCurrentlyLiveUncheckedCreateWithoutRumbleStreamerInput>;
}