0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
matthewp 2022-06-22 16:21:26 +00:00 committed by github-actions[bot]
parent 8ad146a5d7
commit c97bdf1a45

View file

@ -13,7 +13,8 @@ export interface RouteInfo {
file: string;
links: string[];
scripts: // Integration injected
(| { children: string; stage: string }
(
| { children: string; stage: string }
// Hoisted
| { type: 'inline' | 'external'; value: string }
)[];