aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/schemas/request_opts_schema.ts
blob: a51e9806927a2be1ac764a1443fb84d3d3dcb370 (plain) (blame)
1
2
3
4
5
6
7
export const requestOptsSchema = {
    id: '/RequestOpts',
    type: 'object',
    properties: {
        networkId: { type: 'number' },
    },
};