Skip to content

anObject

const anObject: object

This is an object variable.

Type declaration

bar

bar: object

bar.baz

bar.baz: string[]

This is baz.

foo

foo: string = 'Foo'

This is foo.

Source

shared.ts:12


Generated using typedoc-plugin-markdown and TypeDoc