Type Alias PlainTypeOptions<T>

PlainTypeOptions<T>: Partial<Omit<Immutable<T>, "isEqual" | "clone" | "assign">>

Represents a type that provides selective customization of an immutable type by omitting specific mutable methods such as "isEqual", "clone", and "assign". This type allows partial modification of the resulting structure.

Type Parameters

  • T