I\'ve been experimenting with comparing the equality of types within TypeScript. I\'ve happened upon this approach:
type SomeType = { property: string; }