Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ "/": string; "/about": string; }'.
No index signature with a parameter of type 'string' was found on type '{ "/": string; "/about": string; }'.ts(7053)
▼