Interface Extension<T, TSchema>

Schema extension.

Type Parameters

  • out T = unknown

    Implied data type.

  • out TSchema extends UcSchema<T> = UcSchema<T>

    Schema type.

Hierarchy

Properties

Properties

where?: UcConstraints<T, TSchema> | readonly UcConstraints<T, TSchema>[]

Additional schema constraints.

within?: UcPresentations<T, TSchema> | readonly UcPresentations<T, TSchema>[]

Additional schema instance presentation constraints.

Generated using TypeDoc