RoutePath: {
About: "/about";
Achievements: "/achievements";
Anime: "/anime";
Calendar: "/calendar";
Clicker: "/clicker";
Dashboard: "/dashboard";
DashboardEditor: "/dashboard/editor";
Docs: "/docs";
Dungeons: "/dungeons";
EmailEditor: "/email-editor";
FlowchartEditor: "/flowchart-editor";
Github: "https://github.com/Esposter/Esposter";
Index: "/";
Login: "/login";
Messages: (id: string) => string;
MessagesIndex: "/messages";
MessagesInvite: (code: string) => string;
MessagesMessage: (id: string, rowKey: string) => string;
Post: (id: string) => string;
PostCreate: "/post/create";
PostUpdate: (id: string) => string;
PrivacyPolicy: "/privacy-policy";
Survey: (id: string) => string;
Surveyer: "/surveyer";
TableEditor: "/table-editor";
UserSettings: "/user/settings";
WebpageEditor: "/webpage-editor";
} = ...
Type Declaration
ReadonlyAbout: "/about"
ReadonlyAchievements: "/achievements"
ReadonlyAnime: "/anime"
ReadonlyCalendar: "/calendar"
ReadonlyClicker: "/clicker"
ReadonlyDashboard: "/dashboard"
ReadonlyDashboardEditor: "/dashboard/editor"
ReadonlyDocs: "/docs"
ReadonlyDungeons: "/dungeons"
ReadonlyEmailEditor: "/email-editor"
ReadonlyFlowchartEditor: "/flowchart-editor"
ReadonlyGithub: "https://github.com/Esposter/Esposter"
ReadonlyIndex: "/"
ReadonlyLogin: "/login"
ReadonlyMessages: (id: string) => string
ReadonlyMessagesIndex: "/messages"
ReadonlyMessagesInvite: (code: string) => string
ReadonlyMessagesMessage: (id: string, rowKey: string) => string
ReadonlyPost: (id: string) => string
ReadonlyPostCreate: "/post/create"
ReadonlyPostUpdate: (id: string) => string
ReadonlyPrivacyPolicy: "/privacy-policy"
ReadonlySurvey: (id: string) => string
ReadonlySurveyer: "/surveyer"
ReadonlyTableEditor: "/table-editor"
ReadonlyUserSettings: "/user/settings"
ReadonlyWebpageEditor: "/webpage-editor"