import { Type } from '../metadata'; export interface HasOneOptions { entityType: () => Type; cascadeInsert: boolean; cascadeUpdate: boolean; }