Fix QC Kak Inno & Kak Ayu Tanggal 15 Oct
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export type MenuItem = {
|
||||
id: string,
|
||||
name: string,
|
||||
href: string,
|
||||
children?: MenuItem[]
|
||||
}
|
||||
id: string;
|
||||
name: string;
|
||||
href?: string;
|
||||
children?: MenuItem[];
|
||||
} & (
|
||||
{ href: string; children?: MenuItem[] } |
|
||||
{ children: MenuItem[] }
|
||||
)
|
||||
Reference in New Issue
Block a user