Resolve page errors gracefully
This commit is contained in:
@@ -176,8 +176,10 @@ export type BunextPageServerFn<
|
||||
|
||||
export type BunextPageModuleServerReturn<
|
||||
T extends { [k: string]: any } = { [k: string]: any },
|
||||
Q extends { [k: string]: any } = { [k: string]: any },
|
||||
> = {
|
||||
props?: T;
|
||||
query?: Q;
|
||||
};
|
||||
|
||||
export type BunextPageModuleMetadata = {
|
||||
|
||||
Reference in New Issue
Block a user