fix: cleanup

This commit is contained in:
Christel Westerberg
2024-02-13 16:06:37 +01:00
parent 4b193541b2
commit 367dffc41d
7 changed files with 21 additions and 14 deletions

View File

@@ -16,6 +16,11 @@ export type UriParams = {
uri?: string;
};
export type PreviewParams = {
uri?: string
live_preview?: string
}
export type LayoutArgs<P = undefined> = P extends undefined ? {} : Params<P>;
export type PageArgs<P = undefined, S = undefined> = LayoutArgs<P> &