@infrasoftbe/vnv-sdk
    Preparing search index...

    Type Alias LayerDefaultConfig

    LayerDefaultConfig: Record<string, any> & {
        layers?: Record<string, LayerFactory>;
    }

    Type representing the default configuration for a layer. Extends a record of string keys with any values, and optionally includes a 'layers' property.

    any> - Base type allowing any key-value pairs