Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentTypeConstructor

Hierarchy

  • DocumentTypeConstructor

Index

Constructors

Constructors

constructor

  • Create a new document type checking for objects with the supplied properties.

    The generic type T is the interface described by this instance.

    Type parameters

    • T

    Parameters

    Returns DocumentIoType<T>

    The document type corresponding to the provided options

  • Create a new document type checking for objects with the supplied properties.

    The generic type T is the interface described by this instance.

    Type parameters

    • T

    Parameters

    Returns DocumentType<T>

    The document type corresponding to the provided options

Generated using TypeDoc