Skip to content

Function: Object()

Object<T>(properties, options?): TObject<T>

[Json] Creates an Object type

Type Parameters

Type Parameter
T extends TProperties

Parameters

ParameterType
propertiesT
options?ObjectOptions

Returns

TObject<T>

Defined in

node_modules/@sinclair/typebox/build/cjs/type/object/object.d.ts:43

Released under the MIT License.