Type Alias Writeable<T>

Writeable: { -readonly [P in keyof T]: T[P] }

Type Parameters

  • T