@valon-technologies/gestalt
    Preparing search index...

    Interface StringList

    StringList is a helper map value for repeated HTTP header and query values.

    interface StringList {
        values: string[];
    }
    Index

    Properties

    Properties

    values: string[]