mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
improve archy definition
This commit is contained in:
Vendored
+2
-2
@@ -9,8 +9,8 @@ declare module "archy" {
|
||||
|
||||
module archy {
|
||||
interface Data {
|
||||
label?: string;
|
||||
nodes?: Data[];
|
||||
label: string;
|
||||
nodes?: (Data | string)[];
|
||||
}
|
||||
interface Options {
|
||||
unicode?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user