Skip to content

Commit d5bac7d

Browse files
authored
Add missing fields to EntryRoute (#8248)
1 parent 5478c2e commit d5bac7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/remix-server-runtime/routes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export interface Route {
2727
export interface EntryRoute extends Route {
2828
hasAction: boolean;
2929
hasLoader: boolean;
30+
hasClientAction: boolean;
31+
hasClientLoader: boolean;
3032
hasErrorBoundary: boolean;
3133
imports?: string[];
3234
css?: string[];

0 commit comments

Comments
 (0)