DefinedCoreConfig: CommonCoreConfig & {
    mainStream: StreamConfig;
    secondaryStream: StreamConfig;
}

Represents a defined Core configuration with specific settings for the main and secondary streams.

Type declaration

  • mainStream: StreamConfig

    Configuration for the main stream.

  • secondaryStream: StreamConfig

    Configuration for the secondary stream.