1 2 3 4 5 6 7 8 9 10
export const orderWatcherConfigSchema = { id: '/OrderWatcherConfig', properties: { mempoolPollingIntervalMs: { type: 'number', min: 0, }, }, type: 'object', };