import { PropertySelector } from "../../Common/Type"; export interface IUniqueConstraintOption { name?: string; properties?: Array>; }