$TealKeyValue
const$TealKeyValue:object
Type declaration
description
readonlydescription:"Represents a key-value pair in an application store."='Represents a key-value pair in an application store.'
properties
readonlyproperties:object
properties.key
readonlyproperties.key:object
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.value
readonlyproperties.value:object
properties.value.$ref
readonlyproperties.value.$ref:"#/components/schemas/TealValue"='#/components/schemas/TealValue'
required
readonlyrequired: readonly ["key","value"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1121