importtype { Link } from'./Link';
importtype { Locator } from'./Locator';
exportinterfaceFile {
/**
* A string path to an eBook on disk.
*/url: string;
/**
* An optional location that the eBook will be opened at.
*/initialLocation?: Locator | Link;
}