interface IOutputsState {
    outputs: Map<string, IOutputState>;
}

Properties

Properties

outputs: Map<string, IOutputState>