turkmen-expo/lib/types/Participants.type.ts

9 lines
123 B
TypeScript
Raw Permalink Normal View History

2025-10-12 17:42:17 +00:00
export interface ParticipantsDataType {
data: Datum[];
}
export interface Datum {
title: string;
content: string;
}