# Pastebin eA3a6Bij Cannot build a typed interface for this module. You should annotate the exports of this module with types. Cannot determine the type of this call expression. Please provide an annotation, e.g., by adding a type cast around this expression. [signature-verification-failure] 341│ 342│ export const French = { 343│ ...DefaultMode, 344│ description: ReactDOMServer.renderToStaticMarkup(exp.l( 345│ `This mode capitalises titles as sentence mode, but also inserts spaces 346│ before semicolons, colons, exclamation marks and question marks, 347│ and inside guillemets. Some words may need to be manually capitalised 348│ to follow the {url|French capitalisation guidelines}.`, 349│ { 350│ url: {href: 'https://musicbrainz.org/doc/Style/Language/French', target: '_blank'}, 351│ }, 352│ )), 353│ 354│ name: 'French', 355│