Type aliases
AddHelpTextPosition
AddHelpTextPosition: "beforeAll" | "before" | "after" | "afterAll"
Algorithm
Algorithm: "HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "none"
ArrayBufferLike
ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]
ArrayBufferView
BinaryLike
BinaryType
BinaryType: "arraybuffer" | "blob"
BufferEncoding
BufferEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"
ConversionAccuracy
ConversionAccuracy: "casual" | "longterm"
CustomHeaders
CustomHeaders: [string, string]
DateTimeUnit
DateTimeUnit: "year" | "quarter" | "month" | "week" | "day" | "hour" | "minute" | "second" | "millisecond"
DurationLike
DurationUnit
DurationUnits
HookEvent
HookEvent: "preAction" | "postAction"
HttpHeaders
Http
Headers
: Record<string, string>IteratorResult
Type parameters
LookupFunction
Lookup
Function
: (hostname
: string, options
: LookupOneOptions, callback
: (err
: ErrnoException | null, address
: string, family
: number) => void) => voidType declaration
Parameters
hostname: string
callback: (err: ErrnoException | null, address: string, family: number) => void
Parameters
address: string
family: number
Returns void
Returns void
OmitThisParameter
Omit
This
Parameter
<T>: unknown extends ThisParameterType<T> ? T : T extends (...args
: infer A
) => infer R
? (...args
: A) => R : TType parameters
OptionValueSource
OptionValueSource: "default" | "env" | "config" | "cli"
OutgoingHttpHeader
OutgoingHttpHeader: number | string | string[]
Partial
Partial<T>: { [ P in keyof T]?: T[P] }
Type parameters
PropertyKey
PropertyKey: string | number | symbol
QueryParameters
Query
Parameters
: Record<string, string>Record
Record<K, T>: { [ P in K]: T }
Type parameters
RequestOptions
SecureVersion
SecureVersion: "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1"
SocketConnectOpts
SocketReadyState
SocketReadyState: "opening" | "open" | "readOnly" | "writeOnly" | "closed"
ThisParameterType
ThisParameterType<T>: T extends (this: infer U, ...args: never) => any ? U : unknown
Type parameters
ToISOFormat
ToISOFormat: "basic" | "extended"
TypedArray
UnitOfTime
UnitOfTime: "day" | "days" | "month" | "months"
WithImplicitCoercion
WithImplicitCoercion<T>: T | { valueOf: any }
Type parameters
Either a Luxon Duration, a number of milliseconds, the object argument to Duration.fromObject()