turkmen-expo/lib/types/Services.data.ts

9 lines
115 B
TypeScript

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