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