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. */