From 1aa7a142c6cc49f040cf9745fa666d6411e01d0a Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 24 Jul 2025 00:15:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Message=20component?= =?UTF-8?q?=20interface=20file=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/message/IVMessage.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/message/IVMessage.type.ts b/src/components/message/IVMessage.type.ts index d58e2ce..28a74db 100644 --- a/src/components/message/IVMessage.type.ts +++ b/src/components/message/IVMessage.type.ts @@ -1,7 +1,7 @@ /** * Interface representing the structure of a message notice component. */ -export default interface INotice { +export default interface IVMessage { /** * The title or main text of the notice. */