Type Alias WhatnotStreamerCreateOrConnectWithoutIsCurrentlyLiveInput

WhatnotStreamerCreateOrConnectWithoutIsCurrentlyLiveInput: {
    create: XOR<WhatnotStreamerCreateWithoutIsCurrentlyLiveInput, WhatnotStreamerUncheckedCreateWithoutIsCurrentlyLiveInput>;
    where: WhatnotStreamerWhereUniqueInput;
}