export interface LocalizedExerciseTitles { es_title?: string | null; de_title?: string | null; fr_title?: string | null; it_title?: string | null; pt_title?: string | null; ko_title?: string | null; ja_title?: string | null; tr_title?: string | null; ru_title?: string | null; zh_cn_title?: string | null; zh_tw_title?: string | null; }