Type Alias WhatnotStreamerCreateNestedOneWithoutIsCurrentlyLiveInput

WhatnotStreamerCreateNestedOneWithoutIsCurrentlyLiveInput: {
    connect?: WhatnotStreamerWhereUniqueInput;
    connectOrCreate?: WhatnotStreamerCreateOrConnectWithoutIsCurrentlyLiveInput;
    create?: XOR<WhatnotStreamerCreateWithoutIsCurrentlyLiveInput, WhatnotStreamerUncheckedCreateWithoutIsCurrentlyLiveInput>;
}