🏷️ updated link interface

This commit is contained in:
Paul Valerie GOMA 2025-07-21 10:56:02 +02:00
parent 996f20136a
commit df400f03dd

View File

@ -4,7 +4,7 @@ import type { RouteLocationRaw } from "vue-router";
* Interface representing a navigational link component.
* This can be used for both internal routing (via `to`) and external links (via `href`).
*/
export default interface ILink {
export default interface IVLink {
/**
* The text label displayed for the link.
*/