Skip to main content
โœ๏ธ Code CompletionTS TypeScript Hard+35 XP

Mapped Type

Complete the mapped type.

โœ๏ธ Fill in the blank
type Readonly<T> = {
    ___[P in keyof T]: T[P];
};

โœ๏ธ Type the missing code:

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep