[ci] format
This commit is contained in:
parent
8ad146a5d7
commit
c97bdf1a45
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export interface RouteInfo {
|
||||||
file: string;
|
file: string;
|
||||||
links: string[];
|
links: string[];
|
||||||
scripts: // Integration injected
|
scripts: // Integration injected
|
||||||
(| { children: string; stage: string }
|
(
|
||||||
|
| { children: string; stage: string }
|
||||||
// Hoisted
|
// Hoisted
|
||||||
| { type: 'inline' | 'external'; value: string }
|
| { type: 'inline' | 'external'; value: string }
|
||||||
)[];
|
)[];
|
||||||
|
|
Loading…
Reference in a new issue