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