Type Alias TSCurrentlyLiveCreateNestedOneWithoutTwitchStreamerInput

TSCurrentlyLiveCreateNestedOneWithoutTwitchStreamerInput: {
    connect?: TSCurrentlyLiveWhereUniqueInput;
    connectOrCreate?: TSCurrentlyLiveCreateOrConnectWithoutTwitchStreamerInput;
    create?: XOR<TSCurrentlyLiveCreateWithoutTwitchStreamerInput, TSCurrentlyLiveUncheckedCreateWithoutTwitchStreamerInput>;
}