Properties of a SwitchboardConfigs.

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

Implemented by

Properties

Properties

jobs?: null | IOracleJob[]

SwitchboardConfigs jobs

version?: null | number

SwitchboardConfigs version