chore: enforce common prop typing style

This commit is contained in:
Ilia Mashkov
2026-05-23 13:06:56 +03:00
parent 7e87cbc3ae
commit 83ddd2724f
14 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ export async function generateStaticParams() {
}
}
type Props = {
export interface Props {
params: Promise<{ slug?: string[] }>;
};
}
/**
* Portfolio page — one route per section, sections list always visible.