Code Explainers
type Doc = { id: string; title: string; body: string }; type Posting = { docId: string; frequency: number; positions: number[] };