export type LinkMode = 'dirURLs' | 'mdURLs' | 'uglyURLs';
export type DateISO = string;
export type FileId = string;
//# sourceMappingURL=model.d.ts.map