interface SetAjvAction {
    ajv: Ajv;
    type: "jsonforms/SET_AJV";
}

Properties

Properties

ajv: Ajv
type: "jsonforms/SET_AJV"

Generated using TypeDoc