/** * Created by Christophe on 09/01/2018. */ export interface SoundsData { sounds?: { [key: string]: string; }; }