Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types"

Index

Type aliases

Func

Func: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

RecordSchema

RecordSchema: Record<string, PropertyParameter>

RefSchemaType

RefSchemaType: typeof Number | typeof String | typeof Buffer | typeof ObjectId

RequiredType

RequiredType: boolean | [boolean, string] | string | Func | [Func, string]

StaticThis

StaticThis<T>: {}

Type parameters

  • T

Type declaration

Validator

ValidatorFunction

ValidatorFunction: (value: any) => boolean | Promise<boolean>

Type declaration

    • (value: any): boolean | Promise<boolean>
    • Parameters

      • value: any

      Returns boolean | Promise<boolean>

VoidFunc

VoidFunc: () => void

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc