Type alias URLPatternInit

URLPatternInit: {
    [key in "protocol" | "username" | "password" | "hostname" | "port" | "pathname" | "search" | "hash" | "baseURL"]: string
}

Generated using TypeDoc