Properties of a SwitchboardConfigs.

interface ISwitchboardConfigs {
    jobs?: IOracleJob[];
    version?: number;
}

Implemented by

Properties

Properties

jobs?: IOracleJob[]

SwitchboardConfigs jobs

version?: number

SwitchboardConfigs version