| 20 | } |
| 21 | |
| 22 | export interface Data { |
| 23 | description: string; |
| 24 | displayName?: string; |
| 25 | props: { [key in string]: Prop }; |
| 26 | } |
| 27 | |
| 28 | export interface Prop { |
| 29 | required: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…