Closed bis-code closed 1 year ago
Can be an enum...
export enum PeopleType { STAR = 'star', DIRECTOR = 'director', UNKNOWN = "UNKNOWN" }
something like this
Please wait with this because i might add two arrays, one for directors and one for stars, and we wouldn't need this value anymore.
So, we have two arrays, one for getting the directors and one for getting the stars. As I talked with you @Titas212 , make those arrays on pagination, like movies.
I need this value in order to redirect user to the correct url, either star or director overview