Skip to content

Commit

Permalink
Get fast page switching working.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Hugs committed Aug 21, 2021
1 parent 039dd8c commit 29a5aaf
Show file tree
Hide file tree
Showing 9 changed files with 350 additions and 56 deletions.
8 changes: 8 additions & 0 deletions @types/app/shared.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import type { Types } from "@deepkit/type";

interface IPageContext {
moduleScripts: string[];
pageTitle: string;
pageData: any;
scripts: string[];
styleSheets: string[];
}

interface EntityData {
name: string;
className: string;
Expand Down
Loading

0 comments on commit 29a5aaf

Please sign in to comment.