We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2afd6 commit fd415e1Copy full SHA for fd415e1
types/parsers.interface.ts
@@ -40,6 +40,7 @@ export interface ReferenceParam {
40
description: string; // A description of the parameter.
41
type: string; // The data type of the parameter.
42
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
44
}
45
46
export type ReferenceOverload = {
0 commit comments