export type LinkMode = 'dirURLs' | 'mdURLs' | 'uglyURLs';

export type DateISO = string;
export type FileId = string;
