Type Alias DropUpdateManyWithWhereWithoutGameInput

DropUpdateManyWithWhereWithoutGameInput: {
    data: XOR<DropUpdateManyMutationInput, DropUncheckedUpdateManyWithoutGameInput>;
    where: DropScalarWhereInput;
}