Skip to content

tyneq


tyneq / Optional

Type Alias: Optional<T>

Optional<T> = T | null | undefined

Defined in: src/types/utility.ts:9

T | null | undefined

Type Parameters

Type Parameter
T