Type alias UcPresentations<T, TSchema>

UcPresentations<T, TSchema>: UcFormatPresentations<T, TSchema> & UcInsetPresentations<T, TSchema>

Schema constraints for schema instances.

Each property corresponds to particular schema instance presentation.

Type Parameters

  • T = unknown

    Implied data type.

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

    Supported schema type.

Generated using TypeDoc