add new buttons in account
This commit is contained in:
@@ -173,6 +173,7 @@ export interface Route {
|
||||
status: string
|
||||
owner_email: string
|
||||
owner_name: string
|
||||
is_highlighted: boolean
|
||||
}
|
||||
|
||||
export interface SelectOption {
|
||||
@@ -269,3 +270,12 @@ export interface RouteSearchPageProps {
|
||||
route: string
|
||||
}>
|
||||
}
|
||||
|
||||
export interface PaginationProps {
|
||||
currentPage: number
|
||||
totalPages: number
|
||||
hasNext: boolean
|
||||
hasPrevious: boolean
|
||||
isLoading: boolean
|
||||
onPageChange: (page: number) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user