| 22 | } |
| 23 | |
| 24 | export interface ChildParameter { |
| 25 | name: string |
| 26 | description: string |
| 27 | type: string |
| 28 | isRequired?: boolean |
| 29 | enum?: Array<string> |
| 30 | default?: string | boolean | number | undefined | string[] |
| 31 | childParamsGroups?: ChildParameter[] |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected