fx-flow v0.7.0 / types / ImmutableObject
Type alias: ImmutableObject<T, Ignore>
ImmutableObject<
T
,Ignore
>:{ readonly [K in keyof T]: Immutable<T[K], Ignore> }
Type parameters
• T
• Ignore = never
fx-flow v0.7.0 / types / ImmutableObject
ImmutableObject<
T
,Ignore
>:{ readonly [K in keyof T]: Immutable<T[K], Ignore> }
• T
• Ignore = never