import { OnElementCreated } from "./OnElementCreated"; export interface IDirectoryServerOptions { container: HTMLElement; onIFrameCreatedFn: OnElementCreated; }