Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/query-builder/QueryPartialEntity.ts>QueryPartialEntity

Forked from https://github.com/typeorm/typeorm
Latest
type alias QueryPartialEntity
import { type QueryPartialEntity } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/query-builder/QueryPartialEntity.ts";

Make all properties in T optional

definition: [P in keyof T]?: T[P] | (() => string)