interface EntityResponse { success: boolean; data: { id: string; text: string; }; } export type { EntityResponse };