/** * Relation copy method. */ export declare enum RelationCopyMethod { /** * Keep */ Keep = "Keep", /** * Remove */ Remove = "Remove", /** * Copy */ Copy = "Copy", /** * Ignore */ Ignore = "Ignore" }