Skip to main content

SchemaDefinition

@abimongo/core v1.1.4


@abimongo/core / SchemaDefinition

Type Alias: SchemaDefinition<T>

SchemaDefinition<T> = object

Defined in: core/src/types/schema.type.ts:7

Represents the schema definition for a document.

Type Parameters

T

T

The type of the document.

Index Signature

[key: string]: Record<keyof T, any>