Skip to content

Commit

Permalink
ensure retrocompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Nov 7, 2024
1 parent 71778dd commit 2ecabc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/client/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type FrontendApplication = ApplicationClientProperties &
/**
* Deprecated in favor of frontend application.
*/
export type ClientApplication = JavaScriptApplication & PartialAngularApplication;
export type ClientApplication = JavaScriptApplication & PartialAngularApplication & FrontendApplication;

export type ClientResources = {
/**
Expand Down

0 comments on commit 2ecabc2

Please sign in to comment.