export interface ParticipantsDataType { data: Datum[]; } export interface Datum { title: string; content: string; }