Type Alias DropGameUpdateArgs<ExtArgs>

DropGameUpdateArgs<ExtArgs>: {
    data: XOR<DropGameUpdateInput, DropGameUncheckedUpdateInput>;
    include?: DropGameInclude<ExtArgs> | null;
    omit?: DropGameOmit<ExtArgs> | null;
    select?: DropGameSelect<ExtArgs> | null;
    where: DropGameWhereUniqueInput;
}

DropGame update

Type Parameters

Type declaration