| 31 | // Additional parameter system specific types |
| 32 | |
| 33 | export interface ParameterRegistry { |
| 34 | [key: string]: ParameterDefinition; |
| 35 | } |
| 36 | |
| 37 | export interface ParameterValidationResult { |
| 38 | isValid: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected