es-stl - v3.0.3
    Preparing search index...

    Type Alias AnyObject

    AnyObject: KeyValue

    Object with arbitrary numeric or string keys and values.

    This alias retains the broad defaults of KeyValue. Specify key and value types with KeyValue when their shapes are known.

    const metadata: AnyObject = { id: 1, active: true };