1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
budibase/examples/nextjs-api-sales/definitions/index.ts

7 lines
212 B
TypeScript
Raw Normal View History

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