Type Alias DropUpsertWithWhereUniqueWithoutGameInput

DropUpsertWithWhereUniqueWithoutGameInput: {
    create: XOR<DropCreateWithoutGameInput, DropUncheckedCreateWithoutGameInput>;
    update: XOR<DropUpdateWithoutGameInput, DropUncheckedUpdateWithoutGameInput>;
    where: DropWhereUniqueInput;
}