solarnetwork-api-core
    Preparing search index...

    Interface MultiMapValue

    A MultiMap entry value.

    interface MultiMapValue {
        key: string;
        val: any[];
    }
    Index

    Properties

    Properties

    key: string

    The case-preserving key.

    val: any[]

    The list of values.