feat(episodeServers): added EpisodeServersQueryParams query param type

This commit is contained in:
Ritesh Ghosh
2023-08-28 17:47:09 +05:30
parent deaac5475e
commit df0f689ff3
+3
View File
@@ -0,0 +1,3 @@
export type EpisodeServersQueryParams = {
episodeId?: string;
};