79086185

Date: 2024-10-14 12:43:01
Score: 2
Natty:
Report link

if you're using TypeScript you can add that checking to global.d.ts

import en from './messages/en.json';

type Messages = typeof en;

declare global {
  interface IntlMessages extends Messages {}
}

https://next-intl-docs.vercel.app/docs/workflows/typescript

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Javelin