[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; 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 }
)[]; )[];