mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add Node#id (#42893)
Add @types/graphviz Node#id https://github.com/glejeune/node-graphviz/blob/eccd103/lib/deps/node.js#L17
This commit is contained in:
parent
a844d96c97
commit
0f432e3ad0
1
types/graphviz/index.d.ts
vendored
1
types/graphviz/index.d.ts
vendored
@ -13,6 +13,7 @@ export interface HasAttributes {
|
||||
}
|
||||
|
||||
export interface Node extends HasAttributes {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export interface Edge extends HasAttributes {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user