mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
@@ -8,7 +8,7 @@ interface RenderToStringCallback {
|
|||||||
|
|
||||||
interface RenderToStringResult {
|
interface RenderToStringResult {
|
||||||
html: string;
|
html: string;
|
||||||
statusCode: number;
|
statusCode?: number;
|
||||||
globals?: { [key: string]: any };
|
globals?: { [key: string]: any };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user