errors.fyi community error code reference
TS1005
typescript

Token Expected

A specific token (such as `;`, `,`, or `)`) was expected at this position but was not found. This is a general syntax error indicating a structural problem in the code.

โ† all namespaces for TS1005