Type Alias DropGameUpdateToOneWithWhereWithoutDropsInput

DropGameUpdateToOneWithWhereWithoutDropsInput: {
    data: XOR<DropGameUpdateWithoutDropsInput, DropGameUncheckedUpdateWithoutDropsInput>;
    where?: DropGameWhereInput;
}