export type EntityCondition = { [P in keyof T]?: T[P] | T[P][] | undefined; };