Type Alias DropGameCreateArgs<ExtArgs>

DropGameCreateArgs<ExtArgs>: {
    data: XOR<DropGameCreateInput, DropGameUncheckedCreateInput>;
    include?: DropGameInclude<ExtArgs> | null;
    omit?: DropGameOmit<ExtArgs> | null;
    select?: DropGameSelect<ExtArgs> | null;
}

DropGame create

Type Parameters

Type declaration