import { PropertySelector } from "../../Common/Type"; export interface IIndexOption { name?: string; unique?: boolean; properties?: PropertySelector[]; }