PlainLiteralObject


interface PlainLiteralObject {
  __index(key: string): any
}

Methods

__index()


__index(key: string): any

Parameters

Option Type Description
key string

Returns

any