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