Skip to content

Commit fd415e1

Browse files
committed
Update ReferenceItem type
1 parent 8b2afd6 commit fd415e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/parsers.interface.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface ReferenceParam {
4040
description: string; // A description of the parameter.
4141
type: string; // The data type of the parameter.
4242
optional?: boolean; // Indicates if the parameter is optional.
43+
rest?: boolean; // Whether or not this is a variadic parameter at the end of the arg list
4344
}
4445

4546
export type ReferenceOverload = {

0 commit comments

Comments
 (0)