| 837 | } |
| 838 | |
| 839 | interface ApiData { |
| 840 | label: string; |
| 841 | type: { |
| 842 | type: any; |
| 843 | description: string; |
| 844 | }; |
| 845 | component: string; |
| 846 | example_input?: any; |
| 847 | } |
| 848 | |
| 849 | interface JsApiData { |
| 850 | label: string; |
nothing calls this directly
no outgoing calls
no test coverage detected