mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
working on restore form.
This commit is contained in:
+4
-3
@@ -4,7 +4,8 @@ export type LayoutParams<T extends Record<string, string | string[]>> = {
|
||||
|
||||
};
|
||||
|
||||
|
||||
export type PageParams<T extends Record<string, string | string[]>> = {
|
||||
params: T;
|
||||
searchParams: { [key: string]: string | string[] | undefined };
|
||||
};
|
||||
params: Promise<T>;
|
||||
searchParams: Promise<{ [key: string]: string | string[] | undefined }>;
|
||||
};
|
||||
Reference in New Issue
Block a user