← All tips TypeScript: `readonly` props reduce accidental mutation typescriptstyle Open in CodePen Make intent explicit in APIs. type Props = Readonly<{ id: string; tags: string[] }>