feat(animeProducer): added AnimeProducer controller path & query params type
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
export type AnimeProducerPathParams = {
|
||||||
|
name?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type AnimeProducerQueryParams = {
|
||||||
|
page?: string;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user