(errors: ErrorObject[])
| 226 | }); |
| 227 | |
| 228 | export const updateErrors = (errors: ErrorObject[]): UpdateErrorsAction => ({ |
| 229 | type: UPDATE_ERRORS, |
| 230 | errors, |
| 231 | }); |
| 232 | |
| 233 | export interface AddRendererAction { |
| 234 | type: 'jsonforms/ADD_RENDERER'; |
no outgoing calls
no test coverage detected
searching dependent graphs…