1
0
Fork 0
mirror of synced 2024-06-03 02:55:14 +12:00
budibase/examples/nextjs-api-sales/definitions/index.ts
2022-03-10 10:12:21 +00:00

8 lines
366 B
TypeScript

import { components } from "./openapi"
export type App = components["schemas"]["applicationOutput"]["data"]
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"]