| 46 | * Parameter options type with default from signature. |
| 47 | */ |
| 48 | export interface ParameterOptionsInterfaceA { |
| 49 | /** |
| 50 | * Options value. |
| 51 | */ |
| 52 | value?: number; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Parameter options type with default from jsdocs. |
nothing calls this directly
no outgoing calls
no test coverage detected