Type alias ImmutableObject<T>

ImmutableObject<T>: { readonly [ K in keyof T]: Immutable<T[K]> }

Type Parameters

  • T

Generated using TypeDoc