$ApplicationLocalState
const$ApplicationLocalState:object
Type declaration
description
readonlydescription:"Stores local state associated with an application."='Stores local state associated with an application.'
properties
readonlyproperties:object
properties.id
readonlyproperties.id:object
properties.id.description
readonlyproperties.id.description:"The application which this local state is for."='The application which this local state is for.'
properties.id.type
readonlyproperties.id.type:"integer"='integer'
properties.key-value
readonlyproperties.key-value:object
properties.key-value.$ref
readonlyproperties.key-value.$ref:"#/components/schemas/TealKeyValueStore"='#/components/schemas/TealKeyValueStore'
properties.schema
readonlyproperties.schema:object
properties.schema.$ref
readonlyproperties.schema.$ref:"#/components/schemas/ApplicationStateSchema"='#/components/schemas/ApplicationStateSchema'
required
readonlyrequired: readonly ["id","schema"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:321