@apiref-examples/core » (main) » StrictReadonly type-aliasMakes every property readonly and required. Type{ +readonly [Key in keyof T]-?: T[Key] }