Interface DefaultApplicationLayerConfig<ClientConfig, SourceConfig>

interface DefaultApplicationLayerConfig<ClientConfig, SourceConfig> {
    clientConfig?: ClientConfig;
    layerId: number;
    sourceConfig?: SourceConfig;
}

Type Parameters

Properties

clientConfig?: ClientConfig
layerId: number
sourceConfig?: SourceConfig