/** * Created by reunion on 22/05/2017. */ export interface DrupalInterfaceConfig { apiUrl: string; localeUrls?: Object; }