Add comment about typeDoc versions
This commit is contained in:
parent
456f094913
commit
5794349d97
@ -308,7 +308,7 @@ export interface TypeDocNode {
|
|||||||
returns?: string;
|
returns?: string;
|
||||||
declaration: TypeDocNode;
|
declaration: TypeDocNode;
|
||||||
flags?: TypeDocFlags;
|
flags?: TypeDocFlags;
|
||||||
indexSignature?: TypeDocNode | TypeDocNode[];
|
indexSignature?: TypeDocNode | TypeDocNode[]; // TypeDocNode in TypeDoc <V0.9.0, TypeDocNode[] in >V0.9.0
|
||||||
signatures?: TypeDocNode[];
|
signatures?: TypeDocNode[];
|
||||||
parameters?: TypeDocNode[];
|
parameters?: TypeDocNode[];
|
||||||
typeParameter?: TypeDocNode[];
|
typeParameter?: TypeDocNode[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user