.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { __ApiPreviewProps } from '../server/api-utils';
|
||||
export declare function generatePreviewKeys({ distDir, isBuild, }: {
|
||||
distDir: string;
|
||||
isBuild: boolean;
|
||||
}): Promise<__ApiPreviewProps>;
|
||||
Reference in New Issue
Block a user