export interface PrettyUrl {
    baseURL: string;
    absoluteURL: string;
}
