Import des sources angular à partir de 'headup_app'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Badge } from './badge.model';
|
||||
|
||||
export interface Menu {
|
||||
state: string;
|
||||
name: string;
|
||||
type: string;
|
||||
icon: string;
|
||||
desc?: string;
|
||||
badge?: Badge[];
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user