diff --git a/resources/ts/Components/layout/DrawerEntry.tsx b/resources/ts/Components/layout/DrawerEntry.tsx index 499b1fc38..ab42f5038 100644 --- a/resources/ts/Components/layout/DrawerEntry.tsx +++ b/resources/ts/Components/layout/DrawerEntry.tsx @@ -14,7 +14,8 @@ import {ValueOf} from 'type-fest'; type Icons = ValueOf; -export interface DrawerEntryAttributes extends Attributes, ListItemLink { +export interface DrawerEntryAttributes extends Attributes, Partial { + href: ListItemLink['href']; icon: Icons; }