export type DateString = string; export type HTMLString = string; export type URLString = string; export type FileNameString = string; export type ContentTypeString = string; export type MIMETypeString = string;