1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00
budibase/examples/nextjs-api-sales/definitions/index.ts
2022-03-08 17:29:49 +00:00

7 lines
212 B
TypeScript

import { components } from "./openapi"
export type App = components["schemas"]["applicationOutput"]["data"]
export type AppSearch = {
data: App[]
}
export type RowSearch = components["schemas"]["searchOutput"]