implement pagination
This commit is contained in:
@@ -235,6 +235,8 @@ export interface PricingCardProps {
|
||||
export interface SearchResponse {
|
||||
count: number
|
||||
results: SearchCardProps[]
|
||||
next: string | null
|
||||
previous: string | null
|
||||
}
|
||||
|
||||
export interface SearchPageProps {
|
||||
|
||||
Reference in New Issue
Block a user