1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00
budibase/examples/nextjs-api-sales/definitions/index.ts

8 lines
366 B
TypeScript
Raw Normal View History

import { components } from "./openapi"
export type App = components["schemas"]["applicationOutput"]["data"]
2022-03-09 09:17:07 +13:00
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"]