Add url to server response
This commit is contained in:
@@ -220,8 +220,11 @@ export type BunextPageModuleServerReturn<
|
||||
* Expiry time of the cache in seconds
|
||||
*/
|
||||
cacheExpiry?: number;
|
||||
url: BunextPageModuleServerReturnURLObject;
|
||||
};
|
||||
|
||||
export type BunextPageModuleServerReturnURLObject = URL & {};
|
||||
|
||||
export type BunextPageModuleServerRedirect = {
|
||||
destination: string;
|
||||
permanent?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user