forked from Budibase/budibase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding in pagination to next frontend.
- Loading branch information
1 parent
9430439
commit 4312e53
Showing
5 changed files
with
317 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { components } from "./openapi" | ||
|
||
export type App = components["schemas"]["applicationOutput"]["data"] | ||
export type AppSearch = { | ||
data: App[] | ||
} | ||
export type Table = components["schemas"]["tableOutput"]["data"] | ||
export type TableSearch = components["schemas"]["tableSearch"] | ||
export type AppSearch = components["schemas"]["applicationSearch"] | ||
export type RowSearch = components["schemas"]["searchOutput"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.