Skip to content

Commit c69978f

Browse files
trueadmdummdidumm
andauthored
Update packages/svelte/src/internal/server/types.d.ts
Co-authored-by: Simon H <[email protected]>
1 parent 26e58d7 commit c69978f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/svelte/src/internal/server/types.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ export interface Payload {
2222
}
2323

2424
export interface RenderOutput {
25+
/** HTML that goes into the `<head>` */
2526
head: string;
26-
/** @deprecated */
27+
/** @deprecated use `body` instead */
2728
html: string;
29+
/** HTML that goes somewhere into the `<body>` */
2830
body: string;
2931
}

0 commit comments

Comments
 (0)