1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12: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"]