fix: auto-increment settings.

This commit is contained in:
Ahmed Bouhuolia
2020-12-12 13:26:36 +02:00
parent 4c8346ac3d
commit e9e4ddaee0
6 changed files with 43 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ export interface IMetadata {
export interface IMetaQuery {
key: string,
group: string,
group?: string,
};
export interface IMetableStore {