Skip to main content
Module

x/fathym_common/src/common/types/NullableArrayOrObject.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.22-integration/src/common/types/NullableArrayOrObject.ts";

Type Aliases

NullableArrayOrObject is a utility type that recursively makes all properties of a given type T nullable if they are arrays or objects. This type will traverse through each property of T, and if the property is an object or an array, it transforms it into a nullable type.