intermediate bug commit

This commit is contained in:
lotte
2018-09-26 15:31:26 +02:00
parent bae69aef97
commit 8c05ed86ef
9 changed files with 69 additions and 27 deletions

View File

@@ -4,5 +4,5 @@ import { AutoSyncConfig } from './auto-sync-config.interface';
export interface CacheConfig extends Config {
msToLive: number,
control: string,
// autoSync: AutoSyncConfig
autoSync: AutoSyncConfig
}