Logos DX
    Preparing search index...

    Interface StringProps

    Object with string keys and string values.

    Standard type for configuration objects, HTTP headers, query parameters, and any key-value mapping that should be serializable.

    function buildQueryString(params: StringProps): string
    function setAttributes(element: Element, attrs: StringProps): void

    Indexable

    • [key: string]: string