The InputValues interface is a generic for a record where the key is a string and the value can be any type or undefined.

Type Parameters

  • T

    Any type that will be the type of the values in the record.

Hierarchy

  • InputValues

Indexable

[key: string]: T | undefined

Generated using TypeDoc