export type UrlFactory = () => string;
export type UrlInput = string | UrlFactory;
