From 611230e112ce21f78b1830998c788b1b9ea610a2 Mon Sep 17 00:00:00 2001 From: Konrad Koni Date: Sun, 18 Sep 2022 21:01:42 +0200 Subject: [PATCH] added types --- pages/types.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/types.ts diff --git a/pages/types.ts b/pages/types.ts new file mode 100644 index 0000000..3f53df9 --- /dev/null +++ b/pages/types.ts @@ -0,0 +1,9 @@ +export interface MuscleResponse { + name: string; + type: string; + muscle: string; + equipment: string; + difficulty: string; + instructions: string; + } + \ No newline at end of file