1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00
budibase/packages/types/src/documents/document.ts

7 lines
112 B
TypeScript
Raw Normal View History

2022-09-28 20:56:45 +13:00
export interface Document {
_id?: string
_rev?: string
createdAt?: string | number
updatedAt?: string
}