Skip to content

$ApplicationLocalState

const $ApplicationLocalState: object

Type declaration

description

readonly description: "Stores local state associated with an application." = 'Stores local state associated with an application.'

properties

readonly properties: object

properties.id

readonly properties.id: object

properties.id.description

readonly properties.id.description: "The application which this local state is for." = 'The application which this local state is for.'

properties.id.type

readonly properties.id.type: "integer" = 'integer'

properties.key-value

readonly properties.key-value: object

properties.key-value.$ref

readonly properties.key-value.$ref: "#/components/schemas/TealKeyValueStore" = '#/components/schemas/TealKeyValueStore'

properties.schema

readonly properties.schema: object

properties.schema.$ref

readonly properties.schema.$ref: "#/components/schemas/ApplicationStateSchema" = '#/components/schemas/ApplicationStateSchema'

required

readonly required: readonly ["id", "schema"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:321