Type Alias DropGameDefaultArgs<ExtArgs>

DropGameDefaultArgs<ExtArgs>: {
    include?: DropGameInclude<ExtArgs> | null;
    omit?: DropGameOmit<ExtArgs> | null;
    select?: DropGameSelect<ExtArgs> | null;
}

DropGame without action

Type Parameters

Type declaration