1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/types/src/documents/app/row.ts
2022-05-20 21:16:29 +01:00

4 lines
81 B
TypeScript

import { Document } from "../document"
export interface Row extends Document {}