Type Alias DropGameCreateOrConnectWithoutDropsInput

DropGameCreateOrConnectWithoutDropsInput: {
    create: XOR<DropGameCreateWithoutDropsInput, DropGameUncheckedCreateWithoutDropsInput>;
    where: DropGameWhereUniqueInput;
}