feat(animeEpisodes): added animeEpisodes controller path params type

This commit is contained in:
Ritesh Ghosh
2023-08-17 23:19:06 +05:30
parent a67070ec5f
commit 6d9d859e53
+3
View File
@@ -0,0 +1,3 @@
export type AnimeEpisodePathParams = {
animeId?: string;
};