2d12c8a553
Run ID: 131
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
export declare function writeAppTypeDeclarations({ baseDir, distDir, imageImportsEnabled, hasPagesDir, hasAppDir, }: {
|
|
baseDir: string;
|
|
distDir: string;
|
|
imageImportsEnabled: boolean;
|
|
hasPagesDir: boolean;
|
|
hasAppDir: boolean;
|
|
}): Promise<void>;
|