mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
New interfaces defined
This commit is contained in:
6
src/interfaces/INavigationIcon.ts
Normal file
6
src/interfaces/INavigationIcon.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default interface INavigationIcon {
|
||||
title: string;
|
||||
route: string;
|
||||
icon: any;
|
||||
requiresAuth?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user