Type Alias DropCreateOrConnectWithoutGameInput

DropCreateOrConnectWithoutGameInput: {
    create: XOR<DropCreateWithoutGameInput, DropUncheckedCreateWithoutGameInput>;
    where: DropWhereUniqueInput;
}