Type Alias RSCurrentlyLiveCreateNestedOneWithoutRumbleStreamerInput

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