2022-03-08 18:29:49 +01:00
|
|
|
import { components } from "./openapi"
|
|
|
|
|
|
|
|
export type App = components["schemas"]["applicationOutput"]["data"]
|
2022-03-08 21:17:07 +01:00
|
|
|
export type Table = components["schemas"]["tableOutput"]["data"]
|
|
|
|
export type TableSearch = components["schemas"]["tableSearch"]
|
|
|
|
export type AppSearch = components["schemas"]["applicationSearch"]
|
2022-03-10 11:12:21 +01:00
|
|
|
export type RowSearch = components["schemas"]["searchOutput"]
|