aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts/types')
-rw-r--r--src/ts/types/app.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts
index 636aeed..2c9a291 100644
--- a/src/ts/types/app.ts
+++ b/src/ts/types/app.ts
@@ -100,6 +100,10 @@ export type PageInfo = {
total: number;
};
+export type ParamsSlug = {
+ params: { slug: string };
+};
+
export type Project = {
cover?: string;
id: string;