/** * Created by Christophe on 11/01/2018. */ export interface LocalFileInterfaceConfig { dataDirectory: string; extension?: string; }