From bd322578d7a0194de21071fe02dce8d3af81e992 Mon Sep 17 00:00:00 2001 From: Aleksandr Slepchenkov Date: Wed, 15 Jan 2025 11:21:43 +0100 Subject: [PATCH] feat: rollback change I don't care much, let it be interface --- src/components/Timer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timer.astro b/src/components/Timer.astro index 2c9323b..01e3a5b 100644 --- a/src/components/Timer.astro +++ b/src/components/Timer.astro @@ -1,5 +1,5 @@ --- -type Props = { +interface Props { steps: { description: null | string time: number