``` Syntax error! /<project>/src/routes/__generated__/RouteDeclarations.res:525:43-46 523 ┆ prepared: prepared, 524 ┆ 525 ┆ type: preparedProps.type, 526 ┆ direction: preparedProps.direction, 527 ┆ at: preparedProps.at, `type` is a reserved keyword. Keywords need to be escaped: \"type" ```