type alias Readonly
Private

Make all properties in T readonly

Type Parameters

Definition

readonly [P in keyof T]: T[P]