Type Alias DropIncludeCreateManyAndReturn<ExtArgs>

DropIncludeCreateManyAndReturn<ExtArgs>: {
    game?: boolean | Drop$gameArgs<ExtArgs>;
}

Type Parameters