export interface AppDBDocument { datastoreId: string; createdOn: string; updatedOn: string; syncRequired: boolean; collectionId: string; id: string; customer: string; content: DocumentType; owner: number; updatedBy: number; }