8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
export const requestOptsSchema = {
|
|
id: '/RequestOpts',
|
|
type: 'object',
|
|
properties: {
|
|
networkId: { type: 'number' },
|
|
},
|
|
};
|