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

convert type to be writeable

Type Parameters

  • T