Fix type FetchContentResultBase['url'] (#2425)
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
This commit is contained in:
parent
41b659b12e
commit
c88a9951e4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export type FetchContentResultBase = {
|
|||
source: string;
|
||||
html: string;
|
||||
};
|
||||
url: URL;
|
||||
url: string;
|
||||
};
|
||||
|
||||
export type GetHydrateCallback = () => Promise<(element: Element, innerHTML: string | null) => void>;
|
||||
|
|
Loading…
Reference in a new issue