File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { types } from "@open-rpc/meta-schema";
88interface IProps {
99 schema : types . OpenRPC ;
1010 uiSchema ?: any ;
11- reactJsonOptions ?: object ;
11+ reactJsonOptions ?: any ;
1212}
1313
1414export default class Documentation extends React . Component < IProps > {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const styles = (theme: Theme) => ({
1919
2020interface IProps extends WithStyles < typeof styles > {
2121 errors ?: types . ErrorObject [ ] ;
22- reactJsonOptions ?: object ;
22+ reactJsonOptions ?: any ;
2323}
2424
2525class Errors extends Component < IProps > {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { ExamplePairingObject } from "@open-rpc/meta-schema/build/src/types";
1010interface IProps {
1111 examplePosition ?: number ;
1212 method ?: types . MethodObject ;
13- reactJsonOptions ?: object ;
13+ reactJsonOptions ?: any ;
1414}
1515
1616export default class ExamplePairing extends Component < IProps , { } > {
You can’t perform that action at this time.
0 commit comments