Type Alias DropUpdateWithWhereUniqueWithoutGameInput

DropUpdateWithWhereUniqueWithoutGameInput: {
    data: XOR<DropUpdateWithoutGameInput, DropUncheckedUpdateWithoutGameInput>;
    where: DropWhereUniqueInput;
}