From 9e4d9123204c5c10bde5b838460b270fae353ded Mon Sep 17 00:00:00 2001 From: David Ball Date: Sat, 24 Aug 2024 14:03:43 -0400 Subject: [PATCH] fix: definition of BrandSlots. --- src/data/models/components/BrandSlots.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/models/components/BrandSlots.ts b/src/data/models/components/BrandSlots.ts index 71b7201..82e6fd9 100644 --- a/src/data/models/components/BrandSlots.ts +++ b/src/data/models/components/BrandSlots.ts @@ -1,7 +1,6 @@ -import type { Component } from "../../internals/Component"; import type { NonLocalized } from "../../internals/NonLocalizedT"; -export interface BrandSlots extends Component { +export interface BrandSlots { slotName: NonLocalized; brands: NonLocalized, } \ No newline at end of file