fix: cleanup
This commit is contained in:
@@ -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> &
|
||||
|
||||
Reference in New Issue
Block a user