export interface DataStore { filename?: string; inMemoryOnly?: boolean; autoload?: boolean; timestampData?: boolean; nodeWebkitAppName?: string; corruptAlertThreshold?: number; onload?: any; afterSerialization?: any; beforeDeserialization?: any; compareStrings?: any; [propName: string]: any; }