Skip to content

Commit

Permalink
chore: adjust PlatformRouterSettings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans authored and Romakita committed May 27, 2024
1 parent bec7ce3 commit a61e6ae
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import {JsonMapperGlobalOptions} from "@tsed/json-mapper";

export interface PlatformJsonMapperSettings extends JsonMapperGlobalOptions {}
export interface PlatformRouterSettings {
appendChildrenRoutesFirst?: boolean;
}

declare global {
namespace TsED {
interface Configuration extends Record<string, any> {
router?: {
appendChildrenRoutesFirst?: boolean;
}
router?: PlatformRouterSettings;
}
}
}

0 comments on commit a61e6ae

Please sign in to comment.