Skip to content

Commit

Permalink
Update _dev/src/ts/types/apiTypes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Guyomar Alexis <[email protected]>
  • Loading branch information
Quetzacoalt91 and ga-devfront authored Jan 30, 2025
1 parent e945508 commit f65a6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/src/ts/types/apiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface ApiResponseHydration {
}

interface ApiResponseNextRoute {
kind: 'next';
kind: 'next_route';
next_route: string;
}

Expand Down

0 comments on commit f65a6ea

Please sign in to comment.