1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/types/src/documents/document.ts
2022-09-28 08:56:45 +01:00

7 lines
112 B
TypeScript

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