declare module 'url' {
    interface Url {
        href?: string;
    }
}
