From f570b75b8ddf189835824cc9d261f7e893029eca Mon Sep 17 00:00:00 2001 From: Ayomide-codex Date: Tue, 30 Jun 2026 09:45:03 +0100 Subject: [PATCH] Add avatar property to APIItem type --- src/data/mockApis.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/mockApis.ts b/src/data/mockApis.ts index 959fc30..49a5330 100644 --- a/src/data/mockApis.ts +++ b/src/data/mockApis.ts @@ -7,6 +7,8 @@ export type Review = { verified: boolean; }; + + export type APIItem = { id: string; name: string;