improve README

This commit is contained in:
2016-11-18 00:59:57 +01:00
parent 90d9a25b3f
commit 0b8adea736
4 changed files with 15 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import { DbCollection } from './smartdata.classes.dbcollection';
export declare type TDocCreation = 'db' | 'data' | 'mixed';
export declare type TDocCreation = 'db' | 'new' | 'mixed';
/**
* sva - saveable decorator to be used on class properties
*/