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