import { Equal, Expect } from '@type-challenges/utils' type cases = [ Expect, Readonly>>, Expect, Expected>>, ] interface Todo1 { title: string description?: string completed: boolean } interface Expected { readonly title: string readonly description?: string completed: boolean }