fix(core): update
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| export * from './smartdata.classes.db'; | ||||
| export * from './smartdata.classes.collection'; | ||||
| export * from './smartdata.classes.doc'; | ||||
|  | ||||
| export { IMongoDescriptor } from './interfaces'; | ||||
							
								
								
									
										1
									
								
								ts/interfaces/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								ts/interfaces/index.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| export * from './mongodescriptor'; | ||||
							
								
								
									
										5
									
								
								ts/interfaces/mongodescriptor.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								ts/interfaces/mongodescriptor.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| export interface IMongoDescriptor { | ||||
|   connectionUrl: string; | ||||
|   password: string; | ||||
|   database: string; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user