show case slider connected to backend
This commit is contained in:
@@ -47,3 +47,10 @@ export interface NavbarItem {
|
||||
open_in_new_tab: boolean;
|
||||
children: NavbarItem[];
|
||||
}
|
||||
|
||||
export interface BannerType {
|
||||
id: number;
|
||||
image: string;
|
||||
title: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user