Updates
This commit is contained in:
Vendored
+3
-1
@@ -190,7 +190,9 @@ export type BunextPageServerFn<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}> = (ctx: Omit<BunxRouteParams, "body">) => Promise<BunextPageModuleServerReturn<T>>;
|
||||
}> = (ctx: Omit<BunxRouteParams, "body"> & {
|
||||
props?: any;
|
||||
}) => Promise<BunextPageModuleServerReturn<T>>;
|
||||
export type BunextRouteConfig = {
|
||||
/**
|
||||
* Whether to cache the current page
|
||||
|
||||
Reference in New Issue
Block a user