1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
budibase/packages/types/src/documents/document.ts
2022-05-20 21:16:29 +01:00

6 lines
103 B
TypeScript

export interface Document {
_id?: string
_rev?: string
createdAt?: string
updatedAt?: string
}