1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00
budibase/packages/types/src/documents/app/document.ts

7 lines
100 B
TypeScript
Raw Normal View History

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