Files
vercel_dashboard_example/.pnpm-store/v11/files/00/45ea8b0ce5d4a2b2e11c6ea55b7bb72712c34237aea42ed366f94c3cfd92d684043d7845f2e1c96f617e1cea36c19ad4ac1e33a14ef2d8f638b2b538f97f3f
T
2026-05-12 14:53:15 +00:00

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>;